View source: R/get_buoy_data.R
get_buoy_data | R Documentation |
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.
get_buoy_data(buoyid, year, outDir)
buoyid |
Character vector. Vector of buoy id names |
year |
Numeric vector. Years of data to pull |
outDir |
Character string. Full path to where output should be written |
csv files written
## Not run:
get_buoy_data(buoyid="bzbm3",year = 2000:2010,outDir= here::here("output"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.