zi_mo_pop | R Documentation |
A tibble containing the total population and median household income estimates from the 2018-2022 5-year U.S. Census Bureau American Communiy Survey estimates for Missouri five-digit ZIP Code Tabulation Areas (ZCTAs).
data(zi_mo_pop)
A data frame with 2664 rows and 4 variables:
full GEOID string
variable, either B01003_001
(total population) or
B19013_001
(median household income)
value for associated variable
margin of error for associated variable
The data included in zi_mo_pop
can be replicated with the
following code: zi_get_demographics(year = 2022,
variables = c("B01003_001", "B19013_001"), survey = "acs5")
.
U.S. Census Bureau American Community Survey
utils::str(zi_mo_pop)
utils::head(zi_mo_pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.