powered by
Station Forecast
station_forecast(station_id, timezone = -1, dir_numeric = FALSE)
Simple features point corresponding to the given station identifier with recent meteorological forecast values.
Station identifier (ex: KDEN, KBOS, KNYC, etc).
The nominal timezone for the forecast. One of OlsonNames() or -1 for local time. Defaults to -1.
OlsonNames()
-1
TRUE for numeric directions, FALSE for character directions; defaults to FALSE.
TRUE
FALSE
# \donttest{ station_forecast("KBOS") %>% data.frame() %>% dplyr::select(-geometry) # }
Run the code above in your browser using DataLab