This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Important note: I'm no longer maintaining this gist, since this code is incorporated into the | |
| ### VulnToolkit package. | |
| ### Because it's not being maintained, the code below might not work. The latest, updated version | |
| ### of the NOAA scraper is available at https://github.com/troyhill/VulnToolkit/blob/master/R/noaa.r | |
| ### Function downloads and compiles tide data from NOAA CO-OPS website | |
| ### Requires RCurl and XML packages - install.packages("RCurl"); install.packages("XML") | |
| ### | |
| ### This version does not include a monthly time interval option |
NewerOlder