Not quite. I like to turn off the option which moves the cursor to the next executable or comment line after hitting Run or control entert. I would like the cursor to stay right at the next blank line, and another run, another blank line.
This is particularly useful when I enter data with the scan statement (shown below). I like to execute a blank line to signal the end of my data. With the cursor moving to the next executable line, I have no way of executing a blank line to signal the end of my data. Please help. Thanks,.
The following data-entry command works fine if placed at the end of the code. Not so if there are commands after that.
x<-scan()
1 2 3 4 5 6