test_that("map_ui_make_scale_choice_list works", {
expect_setequal(
map_ui_make_scale_choice_list("all"),
c("absolute", "percapita")
)
expect_setequal(
map_ui_make_scale_choice_list("some_filter"),
c("absolute", "relative", "percapita")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.