polcofibdata | R Documentation |
Polk County FIB data as of 20250304
polcofibdata
A data frame with 833 rows and 13 variables:
chr, Station name
POSIXct, Date/time of sampling
chr, Waterbody class (Fresh
, Marine
)
num, Year of sampling
num, Month of sampling
num, Latitude, WGS84
num, Latitude, WGS84
num, Depth of sample, meters
chr, Variable name (ecoli
, entero
num, Value of variable
num, Units of variable
num, Qualifier code
chr, Location name
This dataset includes FIB data from Polk County (21FLPOLK_WQX) where station class is marine (estuary) and Enterococcus data is present or the station class is freshwater (stream/river, reservoir) and E. coli data is present. The data is formatted from the raw data loaded from read_importwqp
.
## Not run:
polcofibdata <- read_importwqp('21FLPOLK_WQX', type = 'fib')
nrow(polcofibdata)
ncol(polcofibdata)
save(polcofibdata, file = 'data/polcofibdata.RData')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.