README.md

branchekoder

The goal of branchekoder is to ease conversion between sectoral classification codes.

Installation

You can install branchekoder from github with:

# install.packages("devtools")
devtools::install_github("Steensson/branchekoder")

Example

This is a basic example which shows you how to solve a common problem:

``` r pacman::p_load(dplyr)

Get the text and code of every DB07 sectors contained in the 36 standard grouping "CD" (Olieraffinaderier mv.)

branchekoder::DB07 %>% filter(std_36=="CD") %>% select(std_DB07, Titler)

> # A tibble: 2 x 2

> std_DB07 Titler

>

> 1 191000 Fremstilling af koks mv.

> 2 192000 Fremstilling af raffinerede mineralolieprodukter



Steensson/branchekoder documentation built on May 6, 2019, 11:20 a.m.