Description Usage Arguments Details Value Author(s) See Also Examples
This function prompts for return key and waits until the return is pushed to continue execution. It is used often to view plots coded in a loop one at a time allowing the user to control when the next plot should be displayed
1 |
str |
optional string to display. Defaults to "continue". |
quiet |
if TRUE, no prompt is displayed. Default is FALSE |
The Pause function uses readline to wait until a newline character (produced by the Enter key) is given. Instead of pressing Enter, a newline character can be used to automate this waiting time.
NULL is returned by invisible
Stefan Avey
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.