pause {bazar} | R Documentation |
The pause
function stops momentarily the
execution of a program.
Pressing <Enter> continues the execution; typing 'stop'
(without quotation marks) ends the program.
pause(duration = Inf)
duration |
numeric or infinite.
If |