t
1
sleep(t=1) Sys.sleep(t=1)
TRUE
Sys.sleep function is just a wrapper for sleep. It is provided for source code compatibility with other S language dialects.
Sys.sleep
sleep
# sleep for five seconds sleep(5)