View source: R/census_api_url.R
decennial_query_url | R Documentation |
Create an API query URL for a table from a decennial US Census
decennial_query_url(summary_table, ...)
summary_table |
the code for a summary table from a decennial census |
... |
<['dynamic dots'][rlang::dyn-dots]> named arguments to pass to |
one URL for an API call
hiRx::decennial_query_url(variables = paste0("P1_00", c(1, 3, 4), "N"),
summary_table = "pl",
year = 2020,
for_geo = "tract",
for_items = "*",
state = 55,
county = 101)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.