qc_jam | R Documentation |
Quality control jam data (e.g., from Jam_3.csv files) imported
using read_otg_csv()
or read_otg_csv_wrapper()
.
qc_jam(
qc_df = NULL,
cols_to_check_nas = c("Length (m)", "Width (m)", "Height (m)",
"Estimated Number of Pieces")
)
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.