All files available for a buoy are concatenated over time. Caution: some variables have changed in name over time
Arguments
- 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
get_buoy_data
Value
dataframe (nx4)
- YEAR
Year
- MONTH
Month
- DAY
Day
- "Variable"
The name of the variable passed to the function
Examples
if (FALSE) {
combine_buoy_data(buoyid="bzbm3",variable = "WTMP",inDir= here::here("output"))
}