powered by
Sleep function. May block for longer than requested, with the actual wait time determined by the capabilities of the underlying system.
msleep(msec)
Invisible NULL.
integer number of milliseconds to block the caller.
If 'msec' is non-integer, it will be coerced to integer. Non-numeric input will be ignored and return immediately.
time <- mclock(); msleep(100); mclock() - time
Run the code above in your browser using DataLab