## Copyright (C) 2025 by Higher Expectations for Racine County
CENSUS_API_SCHEME <- "https"
CENSUS_API_HOSTNAME <- "api.census.gov"
CENSUS_API_PATHROOT <- "data"
usethis::use_data(
CENSUS_API_HOSTNAME,
CENSUS_API_PATHROOT,
CENSUS_API_SCHEME,
internal = TRUE,
overwrite = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.