station_obs {weathR} | R Documentation |
Station Observations
Description
Station Observations
Usage
station_obs(station_id, timezone = -1, dir_numeric = FALSE)
Arguments
station_id |
The station identifier (ex: KDEN, KBOS, KNYC, etc). |
timezone |
The nominal timezone for the forecast. One of |
dir_numeric |
|
Value
Simple features corresponding to the given station identifier with recent meteorological observations.
Examples
station_obs("KBOS") %>% data.frame() %>%
dplyr::select(-geometry) %>%
dplyr::filter(temp == max(.$temp))
[Package weathR version 0.1.0 Index]