test_that("no error checking on this one", {
expect_equal(
build_for_geographies("tract",
state = 55,
county = 101,
foo = "",
barf = NULL,
"HOO"),
list(`for` = "tract:55,101,,,HOO")
)
})
test_that("a single input works", {
expect_equal(
build_for_geographies("state"),
list(`for` = "state:*")
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.