Learn R Programming

IOHanalyzer (version 0.1.8.10)

[.DataSetList: S3 extraction function for DataSetList

Description

S3 extraction function for DataSetList

Usage

# S3 method for DataSetList
[(x, i, drop = FALSE)

Value

The DataSetList of the DataSets at indices i of DataSetList x

Arguments

x

The DataSetList to use

i

The indices to extract

drop

Currently unused parameter

Examples

Run this code
dsl[c(1, 3)]

Run the code above in your browser using DataLab