satellite: Returns image URL for satellite imagery

Description Usage Arguments Value Examples

Description

Returns image URL for satellite imagery

Usage

1
satellite(location, key = get_api_key(), raw = FALSE, message = TRUE)

Arguments

location

location set by set_location

key

weather underground API key

raw

if TRUE return raw httr object

message

if TRUE print out requested URL

Value

URL to satellite imagery

Examples

1
2
3
4
5
6
## Not run: 
satellite(set_location(territory = "Hawaii", city = "Honolulu"))
satellite(set_location(territory = "Washington", city = "Seattle"))
satellite(set_location(territory = "Louisiana", city = "New Orleans"))

## End(Not run)

rwunderground documentation built on May 2, 2019, 2:46 a.m.