powered by
Waits a number of hours minutes or seconds (doing nothing). Note that this 'waiting' will use 100
wait(dur, unit = "s", silent = TRUE)
waiting time
time units h/m/s, seconds are the default
print text showing that waiting is in progress
no return value
# NOT RUN { wait(.25,silent=FALSE) # wait 0.25 seconds wait(0.005, "m") wait(0.0001, "Hours", silent=FALSE) # }
Run the code above in your browser using DataLab