station_tz {weathR} | R Documentation |
Fetch Station Timezone
Description
Fetch Station Timezone
Usage
station_tz(station_id)
Arguments
station_id |
The station identifier (ex: KDEN, KBOS, KNYC, etc). |
Value
A character corresponding to a timezone from OlsonNames()
.
Examples
Sys.time() %>% lubridate::force_tz(tzone = station_tz("KDEN"))
[Package weathR version 0.1.0 Index]