View source: R/qc_taxa_values_logical.R
| qc_taxa_values_logical | R Documentation |
Performs basic QC of a logical column showing occurrence.
qc_taxa_values_logical(data, col_vals = NULL)
data |
A data frame containing autecological taxa data. |
col_vals |
The column containing the logical value. |
Returns a data frame of the values from the input with counts (column = n) by column.
A data frame with col_vals values, occurrence (n), and valid (TRUE/FALSE). Missing values (TRUE, FALSE, or NA) are appended.
# Exclude
qc_taxa_values_logical(data_benthos_MBSS, "EXCLUDE")
# NonTarget
qc_taxa_values_logical(data_benthos_MBSS, "NONTARGET")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.