kpi_grp_extract_ids {rKolada} | R Documentation |
Extract KPI ID strings from a Kolada KPI Group metadata table
Description
This function is primarily intended as a convenient way to pass a (filtered)
Kolada KPI Group metadata table to get_values
. All IDs of the
KPIs contained in each group in the table are extracted.
Usage
kpi_grp_extract_ids(kpi_grp_df)
Arguments
kpi_grp_df |
A Kolada KPI Group metadata table, as created by e.g.
|
Value
A vector of KPI IDs.
[Package rKolada version 0.2.3 Index]