GString$getVariableValue
From R.utils v1.26.2
by Henrik Bengtsson
Gets a variable value given a name and attributes
Gets a variable value given a name and attributes.
Usage
## Static method (use this):
## GString$getVariableValue(name, attributes="", where=c("builtin", "envir",
## "parent", "Sys.getenv", "getOption"), envir=parent.frame(), missingValue=NA, ...)## Don't use the below:
## S3 method for class 'GString':
getVariableValue(static, name, attributes="", where=c("builtin", "envir",
"parent", "Sys.getenv", "getOption"), envir=parent.frame(), missingValue=NA, ...)
Arguments
Value
- Returns a (
vector
of) objects.
See Also
For more information see GString
.
Community examples
Looks like there are no examples yet.