View source: R/check_col_names.R
check_col_names | R Documentation |
Compare columns of a tibble or data frame to the expected
columns defined in get_otg_col_specs()
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")
)
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? |
a message
Mike Ackerman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.