Skip to contents

All Fecal Indicator Bacteria (FIB) data as of 20240320

Usage

fibdata

Format

A data frame with 76502 rows and 18 variables:

area

chr

epchc_station

num

class

chr

SampleTime

POSIXct

yr

num

mo

num

Latitude

num

Longitude

num

Total_Depth_m

num

Sample_Depth_m

num

ecoli

num

ecoli_q

chr

ecocci

num

ecocci_q

chr

fcolif

num

fcolif_q

chr

totcol

num

totcol_q

chr

Examples

if (FALSE) {
xlsx <- tempfile(fileext = '.xlsx')
fibdata <- read_importfib(xlsx, download_latest = TRUE)

nrow(fibdata)
ncol(fibdata)

save(fibdata, file = 'data/fibdata.RData', compress = 'xz')

file.remove(xlsx)
}