yesterday {rwunderground} | R Documentation |
Weather data for yesterday
Description
Weather data for yesterday
Usage
yesterday(location, use_metric = FALSE, key = get_api_key(), raw = FALSE,
message = TRUE, summary = FALSE)
Arguments
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 |
summary |
If TRUE return daily summary otherwise hourly data |
Value
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
Examples
## Not run:
yesterday(set_location(territory = "Hawaii", city = "Honolulu"))
yesterday(set_location(territory = "Iowa", city = "Iowa City"))
yesterday(set_location(territory = "Iraq", city = "Baghdad"))
yesterday(set_location(territory = "IR", city = "Tehran"), summary = TRUE)
## End(Not run)
[Package rwunderground version 0.1.8 Index]