data-raw/data.R

options(stringsAsFactors = FALSE)

surveyResultsAll <- read.csv("data-raw/surveyResultsAll.csv")
usethis::use_data(surveyResultsAll, compress = "xz", overwrite = TRUE)

indicatorsDataAll <- read.csv("data-raw/indicatorsDataAll.csv")
usethis::use_data(indicatorsDataAll, compress = "xz", overwrite = TRUE)
validmeasures/wsup documentation built on Dec. 16, 2019, 4:50 a.m.