Rdocumentation
powered by
Learn R Programming
SciencesPo (version 1.3.9)
pause: Pause
Description
A replication of MatLab pause function.
Usage
pause(x = 0)
Arguments
x
is optional. If x>0 a call is made to
Sys.sleep
. Else, execution pauses until a key is entered.
encoding
UTF-8