get_icon_url {owmr}R Documentation

Get icon url.

Description

Get icon url.

Usage

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)

## End(Not run)

[Package owmr version 0.8.2 Index]