qc_wrapper | R Documentation |
A wrapper function to perform quality control for all on-the-ground (OTG) data "types" collected using the DASH protocol.
qc_wrapper(
survey_df = NULL,
cu_df = NULL,
wood_df = NULL,
jam_df = NULL,
undercut_df = NULL,
discharge_df = NULL,
channel_unit_roll_qc = FALSE,
redirect_output = FALSE,
redirect_output_path = "qc_wrapper_output.txt",
...
)
survey_df |
data.frame containing the survey data (required to run |
cu_df |
data.frame containing the channel unit data (required to run |
wood_df |
data.frame containing the wood data |
jam_df |
data.frame containing the jam data |
discharge_df |
data.frame containing the discharge location data |
channel_unit_roll_qc |
should there be a quality control check on the roll-up
to the channel unit scale, using the |
redirect_output |
would you like to redirect the output messages
from |
redirect_output_path |
a path and file name (e.g., .txt or .csv) to
write the |
... |
various other inputs to |
discharge_meas_df |
data.frame containing the discharge measurement data |
a tibble with combined QC results
Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.