context("get_map")
test_that(
"get_map stops and prints error for invalid pop",
{
expect_error(
get_map("NON"),
"^Invalid population code.*"
)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.