search_city: Search ZIP codes for a given city within a state

View source: R/zip_lookups.r

search_cityR 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")

zipcodeR documentation built on Oct. 4, 2022, 1:05 a.m.