Description Usage Arguments Value Warning Examples
View source: R/cleaning_functions.R
Tidies water quality data so that bacteria data is grouped together.
1 |
df |
a data frame of monitoring data. |
a data frame of monitoring data that selects indicator bacteria results and reorganizes results by sampling date.
For this code to work, the input data frame should in an analytical record format (e.g. CEDEN) that includes columns for the following:
StationCode, SampleDate, WeatherCode, AnalyteName, Result, ResQualCode, MDL, and RL
Indiciator bacteria names in the "AnalyteName" field should be labeled as followed:
"E. coli", "Enterococcus", "Coliform, Fecal", and "Coliform, Total"
1 2 | tidy_bacteria(smb_beachdata_15-16)
tidy_bacteria(CEDEN_export)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.