Hi all,

If you use the R Editor (not another text editor), please read on...

So, my usual R workflow involves having two windows open (R Console, R
Editor), writing a line of code in the R Editor and then typing Ctrl-R to
run that line. Then, quite frequently, I want to run a new command to check
my output (e.g., dim(dataframe) or str(dataframe) or head(dataframe)) but I
*do not want* to write that command in the R Editor, rather I want to edit
it directly in the R Console.

My (basic) question is: how do you use the keyboard (not mouse) to move the
cursor from the Editor to the Console. The only (cumbersome) way I know is
to type Alt-Tab and then Tab-Tab-Tab to get to the Console.

Is there a better way?

Thanks, Mark

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to