test_that("output is tibble", {
skip_on_cran()
expect_is(get_agencies(), "tbl_df")
})
test_that("output is tibble", {
skip_on_cran()
expect_is(get_agencies("CDC"),
"tbl_df")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.