rawtide {rwunderground} | R Documentation |
Raw Tidal data with data every 5 minutes for US locations Tidal information only available for US cities. Units are in feet.
Description
Raw Tidal data with data every 5 minutes for US locations Tidal information only available for US cities. Units are in feet.
Usage
rawtide(location, key = get_api_key(), raw = FALSE, message = TRUE)
Arguments
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 |
Value
tbl_df with time (epoch) and height
Examples
## 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)
[Package rwunderground version 0.1.8 Index]