getVariableValue.GString
From R.utils v1.4.2
by Henrik Bengtsson
Gets a variable value given a name and attributes
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
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
.
Community examples
Looks like there are no examples yet.