Nothing
refresh_col_names <-
c("date",
"location",
"location_type",
"location_code",
"location_code_type",
"data_type",
"value"
)
test_that("location works", {
res <- refresh_covid19tunisia()
expect_named(res, refresh_col_names)
expect_true(
"Tunis" %in% unique(res$location)
)
})
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.