get_variable {listenv} | R Documentation |
Get name of variable for a specific element of list environment
Description
Get name of variable for a specific element of list environment
Usage
get_variable(...)
## S3 method for class 'listenv'
get_variable(x, name, mustExist = FALSE, create = !mustExist, ...)
Arguments
x |
A list environment. |
name |
The name or index of element of interest. |
mustExist |
If |
create |
If |
Value
The name of the underlying variable
[Package listenv version 0.9.1 Index]