qc_wood: Quality Control - Wood

View source: R/qc_wood.R

qc_woodR Documentation

Quality Control - Wood

Description

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

Usage

qc_wood(
  qc_df = NULL,
  cols_to_check_nas = c("Length (m)", "Diameter (m)", "Wet?", "Channel Forming?",
    "Ballasted?")
)

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.