This file contains 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
# PSMSL Tide Data | |
library(lubridate) | |
library(data.table) | |
# Individual File Reading | |
# Read the gauge file list (location, names) | |
file_list = read.csv("C:/Users/Andrew.Bannerman/Desktop/PSMSL Tidal Data/rlr_monthly/rlr_monthly/filelist.txt",stringsAsFactors = FALSE, header=F,sep=";") | |
# Read 1x data set - oldest station with 1807 start date (sets the initial date) |