Skip to contents

sonde_reader_metric takes a filepath to one xlsx workbook as identified by data_finder and formats it for single metric plotting.

Usage

sonde_reader_metric(path)

Arguments

path

Character string filepath to location of manually combined sonde data xlsx workbook (one only). Looks for shhet tab beginning with the letter 'e'.

Value

A data frame where the 'VPos' variable has been renamed to "Dep m" to allow for consistency with legacy code.

Author

Bart Huntley, bart.huntley@dbca.wa.gov.au

For more details see https://dbca-wa.github.io/rivRmon/index.html the rivRmon website

Examples

if (FALSE) { # \dontrun{
sonde_reader_metric(path = "Z:/DEC/MonitoringProgram/Data/20191201cpoEXO1.xlsx")} # }