search_fips | R Documentation |
Returns all ZIP codes found within a given FIPS code
search_fips(state_fips, county_fips)
state_fips |
A U.S. FIPS code |
county_fips |
A 1-3 digit county FIPS code (optional) |
tibble of Census tracts and data from Census crosswalk file found for given ZIP code
search_fips("34")
search_fips("34", "03")
search_fips("34", "3")
search_fips("36", "003")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.