qc_discharge: Quality Control - Discharge

View source: R/qc_discharge.R

qc_dischargeR Documentation

Quality Control - Discharge

Description

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

Usage

qc_discharge(
  qc_df = NULL,
  cols_to_check_nas = c("Tape Distance (m)", "Station Depth (m)",
    "Station Velocity (m/s)"),
  tape_range = c(0, 25),
  depth_range = c(0, 3),
  vel_range = c(-1, 5)
)

Arguments

qc_df

The survey data frame to be QC'd

cols_to_check_nas

columns to check for NAs in

tape_range

numeric vector of minimum and maximum acceptable values for tape distance

depth_range

numeric vector of minimum and maximum acceptable values for station depth

vel_range

numeric vector of minimum and maximum acceptable values for station velocity

Value

a tibble with QC results

Author(s)

Kevin See


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