Get 3h forecast data.
get_forecast(city = NA, ...)
city | city name or id |
---|---|
... | see owm api documentation, you can also skip parameter
|
list
# NOT RUN { result <- get_forecast("Kassel", units = "metric") names(result) get_forecast("London", cnt = 10) get_forecast(lat = -22.90278, lon = -22.90278, cnt = 3, units = "metric") # }