get_overview {IOHanalyzer} | R Documentation |
Get condensed overview of datasets
Description
Get condensed overview of datasets
Usage
get_overview(ds, ...)
## S3 method for class 'DataSet'
get_overview(ds, ...)
## S3 method for class 'DataSetList'
get_overview(ds, ...)
Arguments
ds |
A DataSet or DataSetList object |
... |
Arguments passed to other methods |
Value
A data.table containing some basic information about the provided DataSet(List)
Examples
get_overview(dsl)
get_overview(dsl[[1]])
[Package IOHanalyzer version 0.1.8.10 Index]