[.DataSetList {IOHanalyzer} | R Documentation |
S3 extraction function for DataSetList
Description
S3 extraction function for DataSetList
Usage
## S3 method for class 'DataSetList'
x[i, drop = FALSE]
Arguments
x |
The DataSetList to use |
i |
The indices to extract |
drop |
Currently unused parameter |
Value
The DataSetList of the DataSets at indices i of DataSetList x
Examples
dsl[c(1, 3)]
[Package IOHanalyzer version 0.1.8.10 Index]