Description Usage Arguments Value
Gets an R Option or an Environment Variable
1 | getOption2(name, default = NULL)
|
name |
(character string) The name of the R option. |
default |
(a single object) The value to be returned if neither
the R option nor the environment variable is set. If the environment
variable is set, its value is coerced to the same type as |
envvar |
(character string) The name of the environment variable.
If not set, or NULL, then the name is automatically constructed from
the upper-case version of argument |
Returns an object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.