Print a human-readable description of each entity of a KPI metadata table (up to a maximum number of rows). Can be printed either directly to the R console or used to populate a R markdown document, which can be useful for documentation purposes.
Usage
kpi_describe(
kpi_df,
max_n = 5,
format = "inline",
heading_level = 2,
sub_heading_level = heading_level + 1
)