refdb_clean_tax_remove_uncertainty | R Documentation |
Remove terms indicating uncertainty in taxonomic names
refdb_clean_tax_remove_uncertainty(x, cols = NULL)
x |
a reference database. |
cols |
an optional vector of column names.
If |
A reference database.
Marks of taxonomic uncertainty provided by specialists are not without value. The consequences of their deletion must be well understood by the user before using this function.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_clean_tax_remove_uncertainty(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.