Gets a variable value given a name and attributes.
## Static method (use this):
## GString$getVariableValue(name, attributes="", where=c("builtin", "envir",
## "parent", "Sys.getenv", "getOption"), envir=parent.frame(), inherits=TRUE,
## missingValue=NA, ...)## Don't use the below:
# S3 method for GString
getVariableValue(static, name, attributes="", where=c("builtin", "envir",
"parent", "Sys.getenv", "getOption"), envir=parent.frame(), inherits=TRUE,
missingValue=NA, ...)
Returns a (vector
of) objects.
The name of the variable or function to be queried.
A character
string of the attributes.
A character
vector
of where to search for the variable
or function.
An environment
.
A logical
.
The value returned if not found.
Not used.
Henrik Bengtsson
For more information see GString
.