Rdocumentation
powered by
Learn R Programming
listenv (version 0.4.0)
$.listenv: Get elements of list environment
Description
Get elements of list environment
Usage
## S3 method for class 'listenv': $(x, name)
Arguments
x
A list environment.
name
The name or index of the element to retrieve.
Value
The value of an element or NULL if the element does not exist