knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

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:

pacman::p_load(dplyr)

## Get the text and code of every level 4 sectors contained in the level 2 sector "011" (Dyrkning af etårige afgrøder)

branchekoder %>% 
  filter(Niveau_2=="011") %>% 
  select(Niveau_4, Niveau_4_tekst)


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