Nothing
test_that("Returns current congressional districts", {
skip_if_not_installed("USAboundariesData")
expect_identical(
us_congressional(),
USAboundariesData::congress_contemporary_lores
)
})
# test_that("States can be filtered", {
# })
test_that("Correct resolution shapefiles are returned", {
skip_if_not_installed("USAboundariesData")
expect_identical(
us_congressional(resolution = "low"),
USAboundariesData::congress_contemporary_lores
)
expect_identical(
us_congressional(resolution = "high"),
USAboundariesData::congress_contemporary_hires
)
})
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.