qc_jam: Quality Control - Jams

View source: R/qc_jam.R

qc_jamR Documentation

Quality Control - Jams

Description

Quality control jam data (e.g., from Jam_3.csv files) imported using read_otg_csv() or read_otg_csv_wrapper().

Usage

qc_jam(
  qc_df = NULL,
  cols_to_check_nas = c("Length (m)", "Width (m)", "Height (m)",
    "Estimated Number of Pieces")
)

Arguments

qc_df

The survey data frame to be QC'd

cols_to_check_nas

columns to check for NAs in

Value

a tibble with QC results

Author(s)

Kevin See


mackerman44/DASH documentation built on Sept. 5, 2024, 8:14 a.m.