mancofibdata | R Documentation |
Manatee County FIB data as of 20250211
mancofibdata
A data frame with 1616 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 based on USF Water Alas waterbody name
This dataset includes FIB data from Manatee County Department of Natural Resources 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:
mancofibdata <- read_importwqp('21FLMANA_WQX', type = 'fib')
nrow(mancofibdata)
ncol(mancofibdata)
save(mancofibdata, file = 'data/mancofibdata.RData')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.