powered by
Process sleeps for a given amount of time
sleep.milli(n) sleep.micro(n)
integer. sleeping time units
No value is returned.
# NOT RUN { ## next command waits half a second before returning sleep.milli(500) # }
Run the code above in your browser using DataLab