test_that("prepare cases and deaths file for uf", {
res <- cases_deaths_example %>%
prepare_cases_deaths_uf()
expect_true(nrow(res) > 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.