getOption2 {parallelly} | R Documentation |
Gets an R Option or an Environment Variable
Description
Gets an R Option or an Environment Variable
Usage
getOption2(name, default = NULL)
Arguments
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 |
Value
Returns an object.
[Package parallelly version 1.36.0 Index]