Learn R Programming

IOHanalyzer (version 0.1.8.10)

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 code
get_overview(dsl)
get_overview(dsl[[1]])

Run the code above in your browser using DataLab