Description Usage Arguments Value Examples
Forecast for the next 3 days.
1 2  | forecast3day(location, use_metric = FALSE, key = get_api_key(),
  raw = FALSE, message = TRUE)
 | 
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 date (in posix format), high and low temp, conditions, precipitation, rain, snow, max and avg wind speed, max/min and avg humidity
1 2 3 4 5 6 7  | ## Not run: 
forecast3day(set_location(territory = "Hawaii", city = "Honolulu"))
forecast3day(set_location(airport_code = "SEA"))
forecast3day(set_location(zip_code = "90210"))
forecast3day(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.