Skip to contents

Internally used, package-specific options. All options will prioritize R options() values, and fall back to environment variables if undefined. If neither the option nor the environment variable is set, a default value is used.

Checking Option Values

Option values specific to connector can be accessed by passing the package name to env.

options::opts(env = "connector")

options::opt(x, default, env = "connector")

Options

verbosity_level
How chatty should the log be? Possibilities are quiet, verbose, and debug.
default:
"verbose"
option:

connector.verbosity_level

envvar:

R_CONNECTOR_VERBOSITY_LEVEL (evaluated if possible, raw string otherwise)

See also

options getOption Sys.setenv Sys.getenv