Learn R Programming

zipcodeR (version 0.3.3)

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)

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

Run this code
# NOT RUN {
search_state("NJ")
search_state(c("NJ", "NY", "CT"))
# }

Run the code above in your browser using DataLab