I am wondering if there is a way to run the r script in such a way so that you can debug / check the state of the line. A similar thing is pressing F8 in VBA editor.
I have complected nested for loops in r , and some of the results are unexpected. I want to check through every loop and find out where exactly things go wrong
Any suggestions ?