[R] Pause with Sys.sleep

About this list Date view Thread view Subject view Author view Attachment view

From: Javier Muņoz (jml14@wanadoo.es)
Date: Fri 27 Jun 2003 - 05:11:01 EST


Message-id: <000f01c33c16$b15cc560$d991253e@wanadoo.es>

Hello!

Why the following source file:

cat("Hi")
Sys.sleep(10)
cat("Bye")

print BOTH strings after 10 seconds?.

I want a pause of 10 seconds between the printings.

Anyone can help me?

Thanks a lot.

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Tue 01 Jul 2003 - 09:12:09 EST