zi_mo_pop {zippeR}R Documentation

Total Population and Median Household Income, Missouri ZCTAs 2022

Description

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).

Usage

data(zi_mo_pop)

Format

A data frame with 2664 rows and 4 variables:

GEOID

full GEOID string

variable

variable, either B01003_001 (total population) or B19013_001 (median household income)

estimate

value for associated variable

moe

margin of error for associated variable

Details

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").

Source

U.S. Census Bureau American Community Survey

Examples

utils::str(zi_mo_pop)
utils::head(zi_mo_pop)


[Package zippeR version 0.1.0 Index]