read_formwq | R Documentation |
Format water quality data
read_formwq(datin, all = FALSE)
datin |
input |
all |
logical indicating if all water quality parameters are returned, see details |
Secchi data VOB depths or secchis < 0.5 ft from bottom are assigned NA
, function is used internally within read_importwq
A lightly formatted data.frame
with chloropyll and secchi observations
read_importwq
, read_importepc
## Not run:
# file path
xlsx <- '~/Desktop/RWMDataSpreadsheet_ThroughCurrentReportMonth.xlsx'
# load raw data and assign to object
epcall <- read_importepc(xlsx, download_latest = T)
# final formatting
epcdata <- read_formwq(epcall)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.