refdb_check_tax_conflict | R Documentation |
Check for conflicts in taxonomy
refdb_check_tax_conflict(x)
x |
a reference database. |
A list of two-columns tibbles reporting for each taxonomic level the taxa with identical names but different upstream taxonomy.
lib <- read.csv(system.file("extdata", "ephem.csv", package = "refdb")) lib <- refdb_set_fields(lib, taxonomy = c(family = "family_name", genus = "genus_name", species = "species_name"), sequence = "DNA_seq", marker = "marker") refdb_check_tax_conflict(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.