options | R Documentation |
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.
Option values specific to databraryr
can be
accessed by passing the package name to env
.
options::opts(env = "databraryr") options::opt(x, default, env = "databraryr")
Show verbose messages.
FALSE
databraryr.vb
R_DATABRARYR_VB (evaluated if possible, raw string otherwise)
options getOption Sys.setenv Sys.getenv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.