joinOWHLfiles: Concatenate multiple OWHL raw csv data files

Description Usage Arguments Details Value

View source: R/joinOWHLfiles.R

Description

Concatenate multiple OWHL raw csv data files

Usage

1
joinOWHLfiles(filenames, timezone = "UTC", verbose = FALSE)

Arguments

filenames

A vector of OWHL csv filenames, including path.

timezone

Specifies the time zone the raw data timestamps represent. UTC is the preferred time zone for simplicity.

verbose

Logical argument TRUE or FALSE, specifying if progress messages should be output.

Details

Concatenate multiple OWHL raw csv data files into a single data frame and interpolate any missing 1-second intervals. The resulting data frame can be used to generate wave statistics from other functions in the package.

The input csv files can have mission info in the first row, and then the following columns: POSIXt, DateTime, frac.seconds, Pressure.mbar, TempC

Value

A data frame with the individual csv files concatenated together


millerlp/owhlR documentation built on April 6, 2020, 9:46 a.m.