View source: R/03-station_data.R
station_tz | R Documentation |
Fetch Station Timezone
station_tz(station_id)
station_id |
The station identifier (ex: KDEN, KBOS, KNYC, etc). |
A character corresponding to a timezone from OlsonNames()
.
Sys.time() %>% lubridate::force_tz(tzone = station_tz("KDEN"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.