Description Usage Arguments Value Examples
Hourly weather data for specified date.
1 2 |
location |
location set by set_location |
date |
Date as YYYYMMDD format |
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 date, temperature, dew point, humidity, wind speed, gust and direction, visibility, pressure, wind chill, heat index, precipitation, condition, fog, rain, snow, hail, thunder, tornado
1 2 3 4 5 6 7 | ## Not run:
history(set_location(territory = "Hawaii", city = "Honolulu"), "20130101")
history(set_location(airport_code = "SEA"), "20130101")
history(set_location(zip_code = "90210"), "20130131")
history(set_location(territory = "IR", city = "Tehran"), "20140131")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.