Description Usage Arguments Value Examples
View source: R/forecast-daily.R
Get daily forecast data up to 16 days.
| 1 | get_forecast_daily(city = NA, ...)
 | 
| city | city name or id | 
| ... | see owm api documentation, you can also skip parameter
 | 
list
| 1 2 3 4 5 6 | ## Not run: 
   # 9 day forecast
   result <- get_forecast_daily("London", cnt = 9)
   forecast_frame <- result$list
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.