Description Usage Arguments Value Examples
Weather summary based on historical information between the specified dates
1 2 |
location |
location set by set_location |
use_metric |
Metric or imperial units |
start_date |
Start date as MMDD |
end_date |
End date as MMDD |
key |
weather underground API key |
raw |
if TRUE return raw httr object |
message |
if TRUE print out requested URL |
tbl_df
1 2 3 4 5 6 7 8 9 | ## Not run:
planner(set_location(territory = "Hawaii", city = "Honolulu"),
start_date = "0101", end_date = "0131")
planner(set_location(territory = "Washington", city = "Seattle"),
start_date = "01201", end_date = "1231")
planner(set_location(territory = "Louisiana", city = "New Orleans"),
start_date = "0501", end_date = "0531")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.