knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Setup

library(apikolada)

Usage

This package provides infrastructure to request data from the kolada.se API in order to get informatioin about different KPIs from different periods and cities in Sweden.

Example query

In the following, an example query is shown, which requests the following information:

# import the package
library(apikolada)

get_infos(kpis = c("N02904", "U28116"), 
          cities = c("Göteborg", "Malmö"), 
          years = c(2017,2018,2019))


PatrickSVM/apikolada documentation built on Dec. 18, 2021, 6:42 a.m.