Nothing
raw_cols <-
c(
"date",
"location",
"location_type",
"location_code",
"location_code_type",
"data_type",
"value")
test_that("original cols we care about are still there", {
raw <- readr::read_csv(
url
)
expect_length(
setdiff(raw_cols, names(raw)),
0L
)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.