pause | R Documentation |
Do nothing until time is up. Pause for some reason, wait for a download, etc.
pause(seconds = 1)
seconds |
Time in seconds. Optional, default is 1 second. |
The word pause is easier to remember than Sys.sleep, and Sys.sleep does not work on all systems apparently.
No value is returned.
Sys.sleep()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.