Grabs zipped annual files, unzips and saves as csv files This function will create a folder on your machine and write csv files to it.
Examples
if (FALSE) { # \dontrun{
get_buoy_data(buoyid="bzbm3",year = 2000:2010,outDir= here::here("output"))
} # }