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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.