Skip to contents

Format Fecal Indicator Bacteria (FIB) data

Usage

read_formfib(datin, all = FALSE)

Arguments

datin

input data.frame loaded from read_importepc

all

logical indicating if all stations with FIB data are returned, default is FALSE

Value

A lightly formatted data.frame with FIB data

Details

Formats input data from read_importepc appropriate for FIB results, see the details in read_importfib for more more information.

Examples

if (FALSE) {
# 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)
}