pause: Pause and wait specified number of seconds

View source: R/pause.R

pauseR Documentation

Pause and wait specified number of seconds

Description

Do nothing until time is up. Pause for some reason, wait for a download, etc.

Usage

pause(seconds = 1)

Arguments

seconds

Time in seconds. Optional, default is 1 second.

Details

The word pause is easier to remember than Sys.sleep, and Sys.sleep does not work on all systems apparently.

Value

No value is returned.

See Also

Sys.sleep()


ejanalysis/analyze.stuff documentation built on April 2, 2024, 10:10 a.m.