Description Usage Arguments Value Examples
Raw Tidal data with data every 5 minutes for US locations Tidal information only available for US cities. Units are in feet.
1 |
location |
location set by set_location |
key |
weather underground API key |
raw |
if TRUE return raw httr object |
message |
if TRUE print out requested URL |
tbl_df with time (epoch) and height
1 2 3 4 5 6 | ## Not run:
rawtide(set_location(territory = "Hawaii", city = "Honolulu"))
rawtide(set_location(territory = "Washington", city = "Seattle"))
rawtide(set_location(territory = "Louisiana", city = "New Orleans"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.