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:
``` r pacman::p_load(dplyr)
branchekoder::DB07 %>% filter(std_36=="CD") %>% select(std_DB07, Titler)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.