powered by
my_mode
Check whether the current workflow is production mode or test mode. Use the help_downsize function to get more help.
help_downsize
my_mode()
"test mode" if getOption("downsize") is TRUE
"test mode"
getOption("downsize")
TRUE
and "production mode" if getOption("downsize") is FALSE or NULL.
FALSE
NULL
Use the help_downsize function to get more help.
help_downsize, downsize, test_mode, production_mode
downsize
test_mode
production_mode