knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
The goal of branchekoder is to ease conversion between sectoral classification codes.
You can install branchekoder from github with:
# install.packages("devtools") devtools::install_github("Steensson/branchekoder")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.