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