test_that("hts_builder returns a list", {
built_hts_call <- hts_builder(
.data = malaria_africa_ts,
who_region,
who_subregion,
country
)
expect_type(built_hts_call, "language")
expect_length(built_hts_call, 3)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.