read_awh: Read ALEC AWH data This function can read the AWH data files....

View source: R/read_awh.R

read_awhR Documentation

Read ALEC AWH data This function can read the AWH data files. Note that 'options(digits.secs = 4)' might needed to be set to view the subseconds.

Description

Read ALEC AWH data This function can read the AWH data files. Note that 'options(digits.secs = 4)' might needed to be set to view the subseconds.

Usage

read_awh(filename, summarisedata = FALSE, ...)

Arguments

filename

the name of the file which the data are to be read from. It must be a CSV file

summarisedata

has a default value of FALSE. If set to TRUE, the burst samples will be averaged.

...

further arguments passed to read_csv

Value

A tibble containing the data.

Returned variables

datetime

Date-time

mpa

Pressure (MPa)

depth

Depth (m)


gnishihara/gnnlab documentation built on April 13, 2025, 5:48 p.m.