search_city | R Documentation |
Search ZIP codes for a given city within a state
search_city(city_name, state_abb)
city_name |
Name of major city to search |
state_abb |
Two-digit code for a U.S. state |
tibble of all ZIP code data found for given city
search_city("Spring Lake", "NJ")
search_city("Chappaqua", "NY")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.