Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/statisticsnorway/ssb-klassr


https://github.com/statisticsnorway/ssb-klassr

cran r-package

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

[![R-CMD-check](https://github.com/statisticsnorway/ssb-klassr/workflows/R-CMD-check/badge.svg)](https://github.com/statisticsnorway/ssb-klassr/actions)

### Introduction

This repository is the repo for the R-package **klassR**. The package is designed to provide an easy interface to retrieving classifications from Statistic Norway's classification database.

### Quick guide

To install the `klassR` package use

install.packages('klassR')

You can the load the package into the environment with

library(klassR)

To fetch a classification, use the `get_klass` function together with the klass number from SSBs [KLASS](https://www.ssb.no/klass/). For example occupation classifications (klass number 7) can be fetched with

get_klass(7)

A more in depth introduction to **klassR** can be found at: