get_id {IOHanalyzer} | R 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]])
[Package IOHanalyzer version 0.1.8.10 Index]