Learn R Programming

IOHanalyzer (version 0.1.8.10)

get_id: Get condensed overview of datasets

Description

Get the unique identifiers for each DataSet in the provided DataSetList

Usage

get_id(ds, ...)

# S3 method for DataSet get_id(ds, ...)

# S3 method for DataSetList get_id(ds, ...)

Value

The list of unique identiefiers present in dsl

Arguments

ds

The DataSetList

...

Arguments passed to other methods

Details

If no unique identifier is set (using `change_id` or done in DataSet construction from 1.6.0 onwards), this function falls back on returning the algorith id (from `get_aldId`)to ensure backwards compatibility

Examples

Run this code
get_id(dsl)
get_id(dsl[[1]])

Run the code above in your browser using DataLab