getVariableValue.GString {R.utils}R Documentation

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.
attributes A character string of the attributes.
where A character vector of where to search for the variable or function.
missingValue The value returned if not found.
... Not used.

Value

Returns a (vector of) objects.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see GString.


[Package R.utils version 1.1.1 Index]