GString$getVariableValue | R Documentation |
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 class 'GString'
getVariableValue(static, name, attributes="", where=c("builtin", "envir",
"parent", "Sys.getenv", "getOption"), envir=parent.frame(), inherits=TRUE,
missingValue=NA, ...)
name |
The name of the variable or function to be queried. |
attributes |
A |
where |
A |
envir |
An |
inherits |
A |
missingValue |
The value returned if not found. |
... |
Not used. |
Returns a (vector
of) objects.
Henrik Bengtsson
For more information see GString
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.