create_data/create_crosswalks.R

library(textyr)
library(tidyverse)
library(openxlsx)

cp2011_to_isco08_table <- read.xlsx("inst/extdata/raccordo_Isco08_CP2011.xlsx") %>%
  select(ISCO08, CP2011) %>%
  .[-1,] %>%
  as_tibble()

usethis::use_data(cp2011_to_isco08_table, overwrite = TRUE)
ldbolanos/standards documentation built on Aug. 7, 2020, 8:13 p.m.