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, ...)
The name of the variable or function to be queried.
A character string of the attributes.
An environment.
A logical.
The value returned if not found.
Not used.
Returns a (vector of) objects.
For more information see GString.