search_state: Search for ZIP codes located within a given state

View source: R/zip_lookups.r

search_stateR Documentation

Search for ZIP codes located within a given state

Description

Search for ZIP codes located within a given state

Usage

search_state(state_abb)

Arguments

state_abb

Two-digit code representing a U.S. state

Value

tibble of all ZIP codes for each state code defined in state_abb

Examples

search_state("NJ")
search_state(c("NJ", "NY", "CT"))

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