knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(apikolada)
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.
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))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.