data-raw/create_netherlands_example.R

library (dplyr) ; library(tidyr) ; library (devtools)

netherlands_2006  <- read.csv2 ( "data-raw/netherlands_2006.csv") 

netherlands_2006  <- convert_to_ascii(netherlands_2006)

usethis::use_data ( netherlands_2006, 
                    overwrite = TRUE)


load ( file.path( 'data', 'netherlands_2006.rda'))
rOpenGov/iotables documentation built on Jan. 26, 2024, 3:06 a.m.