inst/scripts/makedata2.R

allweather <- read.csv("weather-raw.csv", header = FALSE)
## TODO column names and appropriate column types
## colnames(allweather) = 
save(allweather, file = "../../data/allweather.rda",
     compression_level = 9, compress = "xz")
lgatto/camweather documentation built on May 21, 2019, 6:04 a.m.