| pause | R Documentation |
Pause for x seconds, then resume execution.
pause(x = 1e-07)
x |
A complete non-netative numeric scalar indicating the number of seconds to pause. |
NULL (called for its side effect).
Other meta:
callers(),
console_help(),
dot_args(),
ply_help(),
purge_help(),
recycling_help(),
run()
## Not run:
cat("\n pause(0.01)")
pause(0.01)
cat("\n pause(0.1)")
pause(0.1)
cat("\n pause(0.2)")
pause(0.2)
cat("\n pause(0.5)")
pause(0.5)
cat("\n pause(1)")
pause(1)
cat("\n done")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.