Get daily forecast data up to 16 days.
get_forecast_daily(city = NA, ...)
city | city name or id |
---|---|
... | see owm api documentation, you can also skip parameter
|
list
# NOT RUN { # 9 day forecast result <- get_forecast_daily("London", cnt = 9) forecast_frame <- result$list # }