exit | R Documentation |
Equivalent to python's sys.exit() Stop the script without saving R's status.
exit(...)
rc |
Exist status. A NULL is equivalent to 0. Non integer values will be printed to stderr and exit status will be set to 1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.