View source: R/04-station_observations.R
station_obs | R Documentation |
Station Observations
station_obs(station_id, timezone = -1, dir_numeric = FALSE)
station_id |
The station identifier (ex: KDEN, KBOS, KNYC, etc). |
timezone |
The nominal timezone for the forecast. One of |
dir_numeric |
|
Simple features corresponding to the given station identifier with recent meteorological observations.
station_obs("KBOS") %>% data.frame() %>%
dplyr::select(-geometry) %>%
dplyr::filter(temp == max(.$temp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.