refdb_check_tax_typo | R Documentation |
This function uses the generalized Levenshtein (edit) distance to identify possible issue with taxonomic names.
refdb_check_tax_typo(x, tol = 1)
x |
a reference database. |
tol |
the edit distance below which two taxonomic names are reported. |
A list of two-columns tibbles reporting for each taxonomic level
the pairs of taxonomic names sharing the same upstream taxonomy and for
which the generalized Levenshtein (edit) distance is below
the tol
value.
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_typo(lib)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.