$.listenv {listenv} | R Documentation |
Get elements of list environment
## S3 method for class 'listenv'
x$name
x |
A list environment. |
name |
The name or index of the element to retrieve. |
The value of an element or NULL
if the element does not exist.