rKolada is an R package for downloading, inspecting and processing data from Kolada, an open database containing over 4,000 Key Performance Indicators for Swedish municipalities and regions.

To learn more about using rKolada, it is recommended you use the following resources in order:

Getting started with rKolada

  1. To get up and running quickly with rKolada, please see the vignette A quick start guide to rKolada.
  2. For an introduction to rKolada and the design principles of functions included, please see Introduction to rKolada.
  3. See the Reference section of the package homepage to learn about the full set of functionality included with the package.

rKolada is open source licensed under the Affero Gnu Public License version 3. This means you are free to download the source, modify and redistribute it as you please, but any copies or modifications must retain the original license. Please see the file LICENSE.md for further information.

Installation

rKolada is on CRAN. To install it, run the following code in R:

install.packages("rKolada")

To install the development version from GitHub, use the remotes package:

library("remotes")
remotes::install_github("LCHansson/rKolada")

Contributing

You are welcome to contribute to the further development of the rKolada package in any of the following ways:

  • Open an issue
  • Clone this repo, make modifications and create a pull request
  • Spread the word!

Code of Conduct

Please note that the rKolada project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.