my_mode: Function 'my_mode'

View source: R/ui.R

my_modeR 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


downsize documentation built on March 31, 2023, 10:41 p.m.