refdb_clean_tax_remove_subsp {refdb} | R Documentation |
Remove subspecific information from taxonomic names
Description
Remove subspecific information from taxonomic names
Usage
refdb_clean_tax_remove_subsp(x, cols = NULL)
Arguments
x |
a reference database. |
cols |
an optional vector of column names.
If |
Value
A reference database.
Examples
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb"))
lib <- refdb_set_fields_BOLD(lib)
refdb_clean_tax_remove_subsp(lib)
[Package refdb version 0.1.1 Index]