check_col_names: QC - Check Column Names

View source: R/check_col_names.R

check_col_namesR Documentation

QC - Check Column Names

Description

Compare columns of a tibble or data frame to the expected columns defined in get_otg_col_specs()

Usage

check_col_names(
  qc_df = NULL,
  otg_type = c("surveyPoint_0.csv", "CU_1.csv", "Wood_2.csv", "Jam_3.csv",
    "Undercut_4.csv", "Discharge_5.csv", "DischargeMeasurements_6.csv")
)

Arguments

qc_df

The survey data frame to be QC'd

otg_type

what type of on-the-ground (OTG) data would the user like to deal with?

Value

a message

Author(s)

Mike Ackerman


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