Get icon url.

get_icon_url(icon)

Arguments

icon

icon name as returned by owm

Value

icon url

Examples

# NOT RUN {
   forecast <- get_forecast("London")$list
   weather <- flatten_weather(forecast$weather)
   icons <- get_icon_url(weather$icon)
# }