get_overview: Get condensed overview of datasets
Description
Get condensed overview of datasets
Usage
get_overview(ds, ...)# S3 method for DataSet
get_overview(ds, ...)
# S3 method for DataSetList
get_overview(ds, ...)
Value
A data.table containing some basic information about the provided DataSet(List)
Arguments
- ds
A DataSet or DataSetList object
- ...
Arguments passed to other methods
Examples
Run this codeget_overview(dsl)
get_overview(dsl[[1]])
Run the code above in your browser using DataLab