get_data: Retrieve data from the Kolada API.

Description Usage Arguments Value Examples

View source: R/kolada.R

Description

Retrieve data from the Kolada API.

Usage

1
get_data(kpi = "", municipality = "", year = "")

Arguments

kpi

The KPI id to get data for.

municipality

The municipality id to get data for.

year

The year to get data for.

Value

A data frame containing data for the given parameters.

Examples

1
2
3
get_data(kpi = "N00945,N00946",
                   municipality = "1280,1281", 
                   year = "2010,2011")

Safvenberger/Lab5RT documentation built on Oct. 5, 2020, 6:40 a.m.