data-raw/R/table34.R

## Official Country Table used by Dutch Government
fn <- file.path(getwd(), "data-raw", "data", "Tabel34_Landentabel_ASCII.txt")
table34 <- read.table(fn,
  stringsAsFactors = FALSE, header = TRUE,
  sep = "\t", fileEncoding = "macintosh"
)[, 1:2]
names(table34) <- c("code", "country")
usethis::use_data(table34, overwrite = TRUE)
growthcharts/bdsreader documentation built on March 26, 2024, 4:16 a.m.