-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Minor issue I am dealing with when trying to recreate the pressure layers from raw data. I first download the data from the original sources (thank you very much for providing links to those). Then, I changed the working directories in your code to my local machine. Subsequently, all calls using substr do not work because my working directory, which influences the full file path, is different. I have changed the code on my local machine to use gsub("\\.[a-z]{3}", "", sapply(strsplit(x, "-|_"), tail, 1)), which will work for some of the uses of substr to pull out the year.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels