Kolada metadata

Download metadata

You typically want to begin by downloading metadata to search through or to help construct a search query for Kolada values.

get_kpi() get_kpi_groups() get_ou() get_municipality() get_municipality_groups()

Download metadata for a specific entity from the Kolada API

get_metadata()

Download metadata from the Kolada API

allowed_entities()

Allowed entities: Kolada metadata classes

KPIs

Functions to inspect and wrangle Key Performance Indicator metadata tables.

kpi_bind_keywords()

Add keyword columns to a Kolada KPI table

kpi_describe()

Describe the KPIs in a Kolada KPI metadata table

kpi_extract_ids()

Extract a vector of KPI ID strings from a Kolada KPI metadata table

kpi_minimize()

Simplify a KPI table

kpi_search()

Search for Kolada KPIs using a Kolada KPI table

KPI groups

Functions to inspect and wrangle Key Performance Indicator Group metadata tables.

kpi_grp_describe()

Describe the KPIs in a Kolada KPI Group metadata table

kpi_grp_extract_ids()

Extract KPI ID strings from a Kolada KPI Group metadata table

kpi_grp_search()

Search a Kolada KPI Group metadata table for group names

kpi_grp_unnest()

Create a KPI table from a Kolada KPI Group metadata table

Municipalities

Functions to inspect and wrangle Municipality metadata tables.

municipality_extract_ids()

Extract a vector of municipality ID strings from a Kolada municipality table

municipality_id_to_name()

Convert a vector of municipality ids to municipality names

municipality_name_to_id()

Convert a vector of municipality names to municipality ids

municipality_search()

Search a Kolada municipality metadata table

Municipalitiy groups

Functions to inspect and wrangle Municipality group metadata tables.

municipality_grp_describe()

Describe the municipalitie in a Kolada Municipality Group metadata table

municipality_grp_extract_ids()

Extract municipality ID strings from a Kolada municipality group table

municipality_grp_search()

Search a Kolada Municipality Group metadata table for group names

municipality_grp_unnest()

Create a municipality table from a Kolada Municipality Group metadata table

Organizational units

Functions to inspect and wrangle OU metadata tables.

ou_search()

Search a Kolada Organizational Unit metadata table

Values

Functions to download and handle data proper from Kolada.

get_values()

Get data from Kolada

values_legend()

Create KPI long-form descriptions to add to a plot

values_minimize()

Simplify a Kolada values table

URL composition functions

Functions to compose URLs to use to GET data from the Kolada REST API. These functions primarily serve package-internal purposes but can be used to produce reproducible results.

compose_data_query()

Compose a query to fetch metadata from the Kolada API. Its use is mainly

compose_metadata_query()

Compose a query to fetch metadata from the Kolada API.