Learn R Programming

zipcodeR (version 0.3.5)

search_state: Search for ZIP codes located within a given state

Description

Search for ZIP codes located within a given state

Usage

search_state(state_abb)

Value

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

Arguments

state_abb

Two-digit code representing a U.S. state

Examples

Run this code
search_state("NJ")
search_state(c("NJ", "NY", "CT"))

Run the code above in your browser using DataLab