qc_survey | R Documentation |
Quality control survey data (e.g., from surveyPoint_0.csv files) imported
using read_otg_csv()
or read_otg_csv_wrapper()
.
qc_survey(
qc_df = NULL,
cols_to_check_nas = c("Stream Name", "Site Name", "Survey Start Date Time",
"Survey Crew", "Water Temp (C)", "Conductivity (ms)")
)
qc_df |
The survey data frame to be QC'd |
cols_to_check_nas |
columns to check for NAs in |
a tibble with QC results
Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.