[[.deflist {deflist} | R Documentation |
Retrieve an element from a deflist object
## S3 method for class 'deflist'
x[[i]]
x |
A deflist object. |
i |
Index or name of the element to be retrieved. |
The element at the specified index or name in the deflist object.