Search notes:

R function: Sys.sleep

Sys.sleep(1)
cat("\nSlept one second\n")

Sys.sleep(2)
cat("\nSlept two seconds\n")

Sys.sleep(3)
cat("\nSlept three seconds\n")
Github repository about-r, path: /functions/Sys.sleep.R

See also

Index to (some) R functions

Index