get_parId: Get all parameter ids present in a DataSetList

View source: R/DataSetList.R

get_parIdR Documentation

Get all parameter ids present in a DataSetList

Description

Get all parameter ids present in a DataSetList

Usage

get_parId(dsList, which = "by_FV")

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.

Value

A sorted list of all unique parameter ids which occur in the DataSetList

Examples

get_parId(dsl)

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