kpi_minimize {rKolada} | R Documentation |
Simplify a KPI table
Description
Remove all columns from a Kolada KPI metadata table that are monotonous across the table, i.e. columns that contain only one single value. Also remove undocumented columns, i.e. columns that contain unintelligible and undocumented information.
Usage
kpi_minimize(
kpi_df,
remove_undocumented_columns = TRUE,
remove_monotonous_data = TRUE
)
Arguments
kpi_df |
A Kolada KPI metadata table, e.g. as created by
|
remove_undocumented_columns |
Remove columns from the KPI table which are undocumented in the API? |
remove_monotonous_data |
Remove columns from the KPI table which contain exactly the same information for all entries in the table? |
Value
A Kolada KPI metadata table
[Package rKolada version 0.2.3 Index]