qcWqLong | R Documentation |
Intermediate step used to clean water quality data for stats and plotting functions. Limit data to primary visits of annual and 3Yr springs, and exclude data with "W" and "C" flags.
qcWqLong(park, site, field.season)
park |
Optional. Four-letter park code to filter on, e.g. "MOJA". |
site |
Optional. Site code to filter on, e.g. "LAKE_P_HOR0042". |
field.season |
Optional. Field season name to filter on, e.g. "2019". |
Tibble with columns for Park, FieldSeason, SiteCode, VisitDate, Parameter, Units, and Median.
## Not run:
qcWqLong()
qcWqLong(site = "LAKE_P_GET0066", field.season = "2019")
qcWqLong(park = c("DEVA", "JOTR"), field.season = c("2017", "2018", "2021"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.