harcon {VulnToolkit} | R Documentation |
Scrapes harmonic constituent data from NOAA CO-OPS website. Requires an internet connection.
harcon(station)
station |
station ID number or vector of IDs, available on CO-OPS website (https://www.tidesandcurrents.noaa.gov/stations.html?type=Water+Levels). |
a dataframe of harmonic constituents and their associated phases, amplitudes, and speeds.
## Not run:
bport.cons <- harcon(8467150) # Bridgeport, CT
bport.cons
## End(Not run)