qc_undercut | R Documentation |
Quality control undercut data (e.g., from Undercut_4.csv files) imported
using read_otg_csv()
or read_otg_csv_wrapper()
.
qc_undercut(
qc_df = NULL,
cols_to_check_nas = c("Location", "Length (m)", "Width 25% (m)", "Width 50% (m)",
"Width 75% (m)")
)
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
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.