R/settings.R
get_icon_url.Rd
Get icon url.
get_icon_url(icon)
icon name as returned by owm
icon url
# NOT RUN { forecast <- get_forecast("London")$list weather <- flatten_weather(forecast$weather) icons <- get_icon_url(weather$icon) # }