my_mode {downsize} | R Documentation |
Function my_mode
Description
Check whether the current workflow is production mode or test mode.
Use the help_downsize
function to get more help.
Usage
my_mode()
Details
Use the help_downsize
function to get more help.
Value
"test mode"
if getOption("downsize")
is TRUE
and "production mode" if getOption("downsize")
is FALSE
or NULL
.
See Also
help_downsize
, downsize
,
test_mode
, production_mode
[Package downsize version 0.2.3 Index]