Description Usage Arguments Value Examples
Weather Alerts for United States and Europe
1 2 |
location |
location set by set_location |
key |
weather underground API key |
raw |
if TRUE return raw httr object |
raw_JSON |
if TRUE return entire alert as JSON |
message |
if TRUE print out requested URL |
A string containing alert type, message, start time and expiration.
1 2 3 4 5 6 7 | ## Not run:
alerts(set_location(territory = "Hawaii", city = "Honolulu"))
alerts(set_location(airport_code = "SEA"))
alerts(set_location(zip_code = "90210"))
alerts(set_location(territory = "IR", city = "Tehran"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.