get_id: Get condensed overview of datasets

View source: R/DataSet.R

get_idR Documentation

Get condensed overview of datasets

Description

Get the unique identifiers for each DataSet in the provided DataSetList

Usage

get_id(ds, ...)

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

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

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

Value

The list of unique identiefiers present in dsl

Examples

get_id(dsl)
get_id(dsl[[1]])

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.