refdb_clean_tax_remove_blank | R Documentation |
Remove blank characters from taxonomic names
refdb_clean_tax_remove_blank(x, cols = NULL)
x |
a reference database. |
cols |
an optional vector of column names.
If |
A reference database.
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_clean_tax_remove_blank(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.