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 Oct. 4, 2022, 1:05 a.m.