refdb_filter_tax_precision | R Documentation |
Filter records based on their taxonomic precision.
refdb_filter_tax_precision(x, min_tax)
x |
a reference database. |
min_tax |
minimum taxonomic level (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_precision(lib, min_tax = "family_name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.