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