Description Usage Arguments Details Value See Also Examples
Scrapes elevation datums from NOAA CO-OPS website
| 1 | noaa.datums(station = 8467150)
 | 
| station | station ID number, available on the CO-OPS website. | 
Scrapes elevation datums from NOAA CO-OPS website. Requires an internet connection.
a dataframe of vertical datum names and their elevations in meters relative to the station datum for the 1983-2001 epoch. Also contains a column of times associated with relevant datums (record maximum and minimums, lowest and highest astronomical tides).
| 1 2 3 4 5 6 | ## Not run: 
# examples require internet connection
bport.datums <- noaa.datums() # Bridgeport, CT
battery.datums <- noaa.datums(station = 8518750) # Battery, NYC
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.