pascofibdata | R Documentation |
Pasco County FIB data as of 20250304
pascofibdata
A data frame with 209 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 Pasco County (21FLPASC_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:
pascofibdata <- read_importwqp('21FLPASC_WQX', type = 'fib')
nrow(pascofibdata)
ncol(pascofibdata)
save(pascofibdata, file = 'data/pascofibdata.RData')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.