zi_mo_hud {zippeR}R Documentation

Missouri HUD ZIP Code to County Crosswalk, 2023

Description

A tibble containing the HUD ZIP Code to County Crosswalk file for Missouri's ZIP Codes in 2023's first quarter.

Usage

data(zi_mo_hud)

Format

A data frame with 1749 rows and 8 variables:

ZIP

five-digit United States Postal Service ZIP Code

GEOID

five-digit county FIPS code

RES_RATIO

for ZIP Codes that cross county boundaries, the proportion of the ZIP Code's residential customers in the given county

BUS_RATIO

for ZIP Codes that cross county boundaries, the proportion of the ZIP Code's commercial customers in the given county

OTH_RATIO

for ZIP Codes that cross county boundaries, the proportion of the ZIP Code's other customers in the given county

TOT_RATIO

for ZIP Codes that cross county boundaries, the proportion of the ZIP Code's total customers in the given county

CITY

United States Postal Service city name

STATE

United States Postal Service state abbreviation

Details

The data included in zi_mo_hud can be replicated with the following code: zi_load_crosswalk(zip_source = "HUD", year = 2023, qtr = 1, target = "COUNTY", query = "MO"). This assumes your HUD API key is stored in your .Rprofile file as hud_key.

Source

U.S. Department of Housing and Urban Development's ZIP Code crosswalk files

Examples

utils::str(zi_mo_hud)
utils::head(zi_mo_hud)


[Package zippeR version 0.1.0 Index]