get_parId: Get all parameter ids present in a DataSetList
Description
Get all parameter ids present in a DataSetList
Usage
get_parId(dsList, which = "by_FV")
Value
A sorted list of all unique parameter ids which occur in the DataSetList
Arguments
- dsList
The DataSetList
- which
A string takes values in `c('by_FV', 'by_RT')`. To choose the parameters aligned
by the running time (RT) or the function value (FV). Note that parameters in each case are
not necessary the same.