Nothing
test_that("read_muni_id() works", {
expect_equal(read_muni_id() |> nrow(), 255)
expect_equal(read_muni_id(include_names = TRUE) |> ncol(), 6)
expect_equal(read_muni_id(id_types = c("tax", "edu")) |> ncol(), 2)
expect_equal(read_muni_id(id_types = c("tax", "edu"), include_names = TRUE) |> ncol(), 4)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.