RandomFieldsUtils (version 0.5.3)

sleep.milli: Sleep

Description

Process sleeps for a given amount of time

Usage

sleep.milli(n)
sleep.micro(n)

Arguments

n

integer. sleeping time units

Value

No value is returned.

Examples

Run this code
# NOT RUN {
## next command waits half a second before returning
sleep.milli(500)
# }

Run the code above in your browser using DataCamp Workspace