is_debug_on {startup} | R Documentation |
Checks whether startup debug is on or not
Description
Checks whether startup debug is on or not
Usage
is_debug_on()
Details
The debug mode is when startup()
is called, either explicitly
via argument debug
or via environment variable R_STARTUP_DEBUG
.
Value
Returns TRUE
is debug is enabled and FALSE
otherwise.
[Package startup version 0.23.0 Index]