R/utils.R
exit.Rd
Equivalent to python's sys.exit() Stop the script without saving R's status.
exit(...)
Exist status. A NULL is equivalent to 0. Non integer values will be printed to stderr and exit status will be set to 1.