wait | R Documentation |
Waits a number of hours minutes or seconds (doing nothing). Note that this 'waiting' will use 100
wait(dur, unit = "s", silent = TRUE)
dur |
waiting time |
unit |
time units h/m/s, seconds are the default |
silent |
print text showing that waiting is in progress |
no return value
Nicholas Cooper njcooper@gmx.co.uk
wait(.25,silent=FALSE) # wait 0.25 seconds wait(0.005, "m") wait(0.0001, "Hours", silent=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.