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.
>