Learn R Programming

zipcodeR (version 0.3.5)

get_tracts: Get all Census tracts within a given ZIP code

Description

Get all Census tracts within a given ZIP code

Usage

get_tracts(zip_code)

Value

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

Arguments

zip_code

A U.S. ZIP code

Examples

Run this code
get_tracts("08731")
get_tracts("90210")

Run the code above in your browser using DataLab