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.sharepoint
can be
accessed by passing the package name to env
.
options::opts(env = "connector.sharepoint")
options::opt(x, default, env = "connector.sharepoint")
Options
- verbosity_level
How chatty should the log be? Possibilities are quiet, verbose, and debug.- default:
- option:
connector.sharepoint.verbosity_level
- envvar:
R_CONNECTOR_SHAREPOINT_VERBOSITY_LEVEL (evaluated if possible, raw string otherwise)
See also
options getOption Sys.setenv Sys.getenv