Format Fecal Indicator Bacteria (FIB) data
Arguments
- datin
input
data.frame
loaded fromread_importepc
- all
logical indicating if all stations with FIB data are returned, default is
FALSE
Details
Formats input data from read_importepc
appropriate for FIB results, see the details in read_importfib
for more more information.
Examples
if (FALSE) { # \dontrun{
# file path
xlsx <- '~/Desktop/RWMDataSpreadsheet_ThroughCurrentReportMonth.xlsx'
# load raw data and assign to object
epcall <- read_importepc(xlsx, download_latest = T)
# final formatting
fibdata <- read_formfib(epcall)
} # }