exit: Equivalent to python's sys.exit() Stop the script without...

View source: R/utils.R

exitR Documentation

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

Description

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

Usage

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.


tanaylab/tgutil documentation built on March 16, 2024, 12:07 a.m.