View source: R/census_api_url.R
census_acs5_tract_query_url | R Documentation |
Create an API query URL for tract-level data from a 5-Year ACS
census_acs5_tract_query_url(..., for_items = NULL, state = 55, county = 101)
... |
<['dynamic dots'][rlang::dyn-dots]> named arguments to pass to |
for_items |
the tracts to fetch data for. Defaults to eastern Racine County |
state |
the state to fetch data for. Defaults to Wisconsin |
county |
the county to fetch data for. Defaults to Racine |
one URL for an API call
census_acs5_tract_query_url(year = 2020,
variables = paste0("B25003_00", 1:3, "E"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.