Learn R Programming

downsize (version 0.2.3)

my_mode: 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()

Arguments

Value

"test mode" if getOption("downsize") is TRUE

and "production mode" if getOption("downsize") is FALSE or NULL.

Details

Use the help_downsize function to get more help.

See Also

help_downsize, downsize, test_mode, production_mode