combine_buoy_data: Combine annual buoy data files

Description Usage Arguments Value Examples

View source: R/combine_buoy_data.R

Description

All files available for a buoy are concatenated over time. Caution: some variables have changed in name over time

Usage

1
combine_buoy_data(buoyid, variable, inDir)

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

1
2
3
4
5
## Not run: 
combine_buoy_data(buoyid="bzbm3",variable = "WTMP",inDir= here::here("output"))


## End(Not run)

NOAA-EDAB/buoydata documentation built on Feb. 4, 2021, 7:21 a.m.