README.md

ssbR: Download data from Statistics Norway (SSB)

This R-package provides functions for viewing, searching and downloading data from Statistics Norway (SSB) directly in R.

Installation

You need the devtools package in order to install ssbR. You can install it using the follow code (note that you only need to run this once):

if(!require(devtools)) install.packages("devtools")

You can then load devtools and install ssbR by running:

library(devtools)
install_github("mikaelpoul/ssbR", dependencies = TRUE)

Contact

If you have any problems or suggestions, feel free to open an issue or send me an email.



mikaelpoul/ssbR documentation built on May 22, 2019, 10:51 p.m.