qc_wood | R Documentation |
Quality control wood data (e.g., from Wood_2.csv files) imported
using read_otg_csv()
or read_otg_csv_wrapper()
.
qc_wood(
qc_df = NULL,
cols_to_check_nas = c("Length (m)", "Diameter (m)", "Wet?", "Channel Forming?",
"Ballasted?")
)
qc_df |
The survey data frame to be QC'd |
cols_to_check_nas |
columns to check for NAs in |
a tibble with QC results
Kevin See
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.