[R] Automatically moving cursor in RGui

chenxh007 chenxh007 at gmail.com
Thu Aug 16 07:11:10 CEST 2007


In my output, I should see the last few lines.

If you want to track the output, you can try:
for (i in 1:10000)
{
#	print("Who is this?")
	print (i)
	flush.console ()
}

Xiaohui

adschai at optonline.net wrote:
> Hi,
> 
> I have a small question about RGui. I have a piece of code that I run out of TinnR. Says.
> 
> for (i in 1:10000) 
>    print("Who is this?")
> 
> When I send this code to RGui. On RGui output, I can only see the first, perhaps 10-20 lines, and the rest I have to scroll down to see them. How can I set the RGui so that the scrollbar automatically moving down to the latest output content line? Anybody knows the answer to this? Thank you.
> 
> - adschai
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>



More information about the R-help mailing list