# Create lookup table for aliases of geography levels
geo_alias = data.frame(
name = c("states",
"states",
"counties",
"counties",
"tracts",
"tracts",
"cz"),
alias = c("states",
"state",
"counties",
"county",
"tracts",
"tract",
"cz")
)
usethis::use_data(
geo_alias,
internal=TRUE,
overwrite=TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.