Learn R Programming

zipcodeR (version 0.3.3)

search_tz: Search all ZIP codes located within a given timezone

Description

Search all ZIP codes located within a given timezone

Usage

search_tz(tz)

Arguments

tz

Timezone

Value

tibble of all ZIP codes found for given timezone

Examples

Run this code
# NOT RUN {
eastern <- search_tz("Eastern")
pacific <- search_tz("Mountain")
# }

Run the code above in your browser using DataLab