qc_rollup | R Documentation |
Quality control the channel unit rollup
performed by otg_to_cu()
. This is primarily concerned with
making sure that all pieces of data are connected through the
parent global IDs.
qc_rollup(
survey_df = NULL,
cu_df = NULL,
jam_df = NULL,
undercut_df = NULL,
wood_df = NULL,
discharge_df = NULL
)
survey_df |
data.frame of |
cu_df |
data.frame of |
jam_df |
data.frame of |
undercut_df |
data.frame of |
wood_df |
data.frame of |
discharge_df |
input data.frame of |
a tibble with QC results
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.