search_tz: Search all ZIP codes located within a given timezone

View source: R/zip_lookups.r

search_tzR Documentation

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

eastern <- search_tz("Eastern")
pacific <- search_tz("Mountain")

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