data-raw/02-historic_data.R

#creating the historic data using the previous dowloaded pdfs
historic_long_data <- convert_files("./data-raw/pdf_data")

historic_wide_data <- convert_files("./data-raw/pdf_data", keepwide = TRUE)

#use_data
use_data(historic_long_data, compress = "bzip2", overwrite = T)
use_data(historic_wide_data, compress = "bzip2", overwrite = T)
AKYves/upbornr documentation built on Oct. 30, 2019, 4:08 a.m.