data-raw/ExampleValueChain.R

## code to prepare `ExampleValueChain` dataset goes here

ExampleValueChain <- read.csv("Auto Value Chain - updated for H5 - v2.csv", header = FALSE)
colnames(ExampleValueChain) <- c("tierNumber", "GVCactivityNumber", "HScode")

usethis::use_data(ExampleValueChain, overwrite = TRUE, compress = "xz")
RTheronStellenbosch/iopspackage documentation built on May 12, 2022, 9:27 a.m.