METADATA_FOR_ACS_GEOGRAPHIES | R Documentation |
In the context of ACS data, "geography" is a specific type of geographical area, such as a region, state, county, reservation, tract, or block. Some geographical levels, such as region or state, can be given by themselves. Others, such as county or place, must be queried within a specific containing geographic level (usually state). Very small geographic areas, like blocks, may require several levels of containing geographies, such as state, county, and tract. Some containing geographies may be given as wildcards. For example, you could ask for county-level data from every state all at once by specifying "*" instead of a FIPS code for the state.
METADATA_FOR_ACS_GEOGRAPHIES
A tibble with five columns
The verbatim text that you must pass to the API when referring to this geographic level.
One or more sets of containing geographies that must be specified when querying for this level of geography
Which containing geography, if any, can be set to a wildcard when pulling data for this geographical level.
A reference date if this level is available in the 1-year dataset, otherwise NA
.
A reference date if this level is available in the 5-year dataset, otherwise NA
.
https://www.census.gov/programs-surveys/acs/geography-acs/concepts-definitions.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.