get_tracts {zipcodeR} | R 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")
[Package zipcodeR version 0.3.5 Index]