test_dataset_who2007 <- read.csv("data-raw/survey_who2007_z.csv")
test_dataset_who2007$dob <- NULL
test_dataset_who2007$dov <- NULL
test_dataset_who2007$region <- NULL
test_dataset_who2007$age.mo <- NULL
saveRDS(
test_dataset_who2007,
"tests/testthat/test_dataset_who2007.rds",
version = 3
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.