search_city {zipcodeR} | R Documentation |
Search ZIP codes for a given city within a state
Description
Search ZIP codes for a given city within a state
Usage
search_city(city_name, state_abb)
Arguments
city_name |
Name of major city to search |
state_abb |
Two-digit code for a U.S. state |
Value
tibble of all ZIP code data found for given city
Examples
search_city("Spring Lake", "NJ")
search_city("Chappaqua", "NY")
[Package zipcodeR version 0.3.5 Index]