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