Learn R Programming

owmr (version 0.8.2)

get_icon_url: Get icon url.

Description

Get icon url.

Usage

get_icon_url(icon)

Arguments

icon

icon name as returned by owm

Value

icon url

Examples

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

Run the code above in your browser using DataLab