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(...)
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.8.0 Index]