refdb_filter_tax_na | R Documentation |
Remove records where taxa is NA if it is not the only representant of the upper clade. Note that the function maybe slow on large datasets. //EXPERIMENTAL//
refdb_filter_tax_na(x)
x |
a reference database. (column name of the reference database). |
A tibble (filtered reference database).
lib <- read.csv(system.file("extdata", "baetidae_bold.csv", package = "refdb")) lib <- refdb_set_fields_BOLD(lib) refdb_filter_tax_na(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.