[.deflist {deflist} | R Documentation |
Subset a deflist object
Description
Subset a deflist object
Usage
## S3 method for class 'deflist'
x[i]
Arguments
x |
A deflist object. |
i |
Indices or names of the elements to be retrieved. |
Value
A list containing the elements at the specified indices or names in the deflist
object.
[Package deflist version 0.2.0 Index]