Skip to content

mikajoh/ssbR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Download data from Statistics Norway (SSB)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages