read_awh | R 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.
read_awh(filename, summarisedata = FALSE, ...)
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 |
A tibble containing the data.
Returned variables
Date-time
Pressure (MPa)
Depth (m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.