read_formfib | R Documentation |
Format Fecal Indicator Bacteria (FIB) data
read_formfib(datin, all = FALSE)
datin |
input |
all |
logical indicating if all stations with FIB data are returned, default is |
Formats input data from read_importepc
appropriate for FIB results, see the details in read_importfib
for more more information.
A lightly formatted data.frame
with FIB data
read_importfib
, 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
fibdata <- read_formfib(epcall)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.