Description Usage Arguments Value Examples
Average and record high and low temperatures for current date going back as far as weather underground has data or from the national weather service going back 30 years.
1 2 |
location |
location set by set_location |
use_metric |
Metric or imperial units |
key |
weather underground API key |
raw |
if TRUE return raw httr object |
message |
if TRUE print out requested URL |
tbl_df with columns: location, airport, avg_high, record high, avg_low, record low.
1 2 3 4 5 6 7 | ## Not run:
almanac(set_location(territory = "Hawaii", city = "Honolulu"))
almanac(set_location(airport_code = "SEA"))
almanac(set_location(zip_code = "90210"))
almanac(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.