View source: R/combine_buoy_data.R
combine_buoy_data | R Documentation |
All files available for a buoy are concatenated over time. Caution: some variables have changed in name over time
combine_buoy_data(buoyid, variable, inDir)
buoyid |
Character vector. Vector of buoy id names |
variable |
Character string. Name of the variable to pull |
inDir |
Character string. Full path to the buoy folder. Same as outDir in |
dataframe (nx4)
YEAR |
Year |
MONTH |
Month |
DAY |
Day |
"Variable" |
The name of the variable passed to the function |
## Not run:
combine_buoy_data(buoyid="bzbm3",variable = "WTMP",inDir= here::here("output"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.