getVariableValue.GString: Gets a variable value given a name and attributes
Description
Gets a variable value given a name and attributes.Usage
GString$getVariableValue(name, attributes=NULL, where=c("builtin", "parent", "Sys.getenv", "getOption"), missingValue=NA, ...)
Arguments
name
The name of the variable or function to be queried.
missingValue
The value returned if not found.
Value
- Returns a (
vector
of) objects.
synopsis
getVariableValue.GString(static, name, attributes=NULL, where=c("builtin", "parent", "Sys.getenv", "getOption"), missingValue=NA, ...)See Also
For more information see GString
.