get_tracts: Get all Census tracts within a given ZIP code

View source: R/zip_lookups.r

get_tractsR Documentation

Get all Census tracts within a given ZIP code

Description

Get all Census tracts within a given ZIP code

Usage

get_tracts(zip_code)

Arguments

zip_code

A U.S. ZIP code

Value

tibble of Census tracts and data from Census crosswalk file found for given ZIP code

Examples

get_tracts("08731")
get_tracts("90210")

zipcodeR documentation built on Sept. 7, 2026, 5:06 p.m.