kpi_grp_extract_ids: 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)
Value
A vector of KPI IDs.
Arguments
- kpi_grp_df
A Kolada KPI Group metadata table, as created by e.g.
get_kpi_groups
.