Wait for <Return>
Wait for the user to type <Return>, depending on argument.
waitReturn(q="",ask=TRUE)
ask |
|
q |
String for prompt |
The interruption will only be generated for the interactive use of R and
if the call is not sink
ed (where it would hang the process).
None.
Christian W. Hoffmann <christian@echoffmann.ch>
for (ii in 1:5) { cat(ii,"\n") waitReturn(ii %% 2 == 1) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.