I would like to access data from the below website using R rather than manually downloading, unzipping and saving to my computer. For example, I am trying to get the Seasonal (Winter) data.
https://www.nodc.noaa.gov/cgi-bin/OC5/woa18/woa18.pl?parameter=t
I tried the below code but it didn't work (as I expected) and Googling hasn't helped me solve the issue (I may not be using the best search terms...). Any ideas are appreciated!
Sil_JFM<-read.csv("https://www.nodc.noaa.gov/cgi-bin/OC5/woa18/woa18.pl?parameter=t/t13mn01.csv")