station_tz: Fetch Station Timezone

View source: R/03-station_data.R

station_tzR 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"))


weathR documentation built on April 4, 2025, 1:38 a.m.