powered by
Returns locations of personal weather stations along with URLs for their webcam images
webcam(location, key = get_api_key(), raw = FALSE, message = TRUE)
location set by set_location
weather underground API key
if TRUE return raw httr object
if TRUE print out requested URL
tbl_df of weather stations including: handle, id, city, state, country, tz, lat, lon, last updated, image URL and cam URL.
# NOT RUN { webcam(set_location(territory = "Hawaii", city = "Honolulu")) webcam(set_location(territory = "Iowa", city = "Iowa City")) webcam(set_location(territory = "Iraq", city = "Baghdad")) # }
Run the code above in your browser using DataLab