is_debug_on {startup} | R Documentation |
Checks whether startup debug is on or not
is_debug_on()
The debug mode is when startup()
is called, either explicitly
via argument debug
or via environment variable R_STARTUP_DEBUG
.
Returns TRUE
is debug is enabled and FALSE
otherwise.