Equivalent to python's sys.exit() Stop the script without saving R's status.

exit(...)

Arguments

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.