fibdata | R Documentation |
All Fecal Indicator Bacteria (FIB) data as of 20250321
fibdata
A data frame with 29323 rows and 18 variables:
chr
num
chr
POSIXct
num
num
num
num
num
num
num
chr
num
chr
num
chr
num
chr
This dataset includes FIB data from the Environmental Protection Commission where station class is marine (3M, 2) and Enterococcus data is present or the station class is freshwater (3F, 1) and E. coli data is present. The data is formatted from the raw data loaded from read_importfib
.
## Not run:
xlsx <- tempfile(fileext = '.xlsx')
fibdata <- read_importfib(xlsx, download_latest = TRUE)
nrow(fibdata)
ncol(fibdata)
save(fibdata, file = 'data/fibdata.RData')
file.remove(xlsx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.