Skip to content
Prev 226152 / 398500 Next

how to display the clock time in the loop

Try to flush output after printing:

cat(paste(Sys.time()),"\n"); flush(stdout())
On Thu, 2010-07-01 at 16:17 -0400, Jack Luo wrote: