[R] How to print output during for loops?

Martin Lam tmlammail at yahoo.com
Sat Oct 29 12:03:13 CEST 2005


Hi,

I was wondering, if it is possible to print out the
values of variables while you are in a for/while loop?
Like this for example:
  
for (i in 1:5) {
  i
}

So what I want is this as output in the console:
>1
>2
>3
>4
>5

Thanks in advance,

Martin




More information about the R-help mailing list