
Query and standardize taxonomy
match_tax.RdQuery and standardize taxonomy for synonymies and add traits information at species and genus levels
Usage
match_tax(
idtax,
queried_tax = NULL,
verbose = TRUE,
backbone = c("internal", "wcvp")
)Arguments
- idtax
vector of idtax_n to be search
- queried_tax
tibble, output of query_taxa
- verbose
logical whether results should be shown in viewer
- backbone
Character. Which taxonomic backbone to use for synonym resolution.
"internal"(default) uses the internaltable_taxa."wcvp"uses WCVP viawcvp_idtax_linkandwcvp_names, falling back to internal for unlinked taxa.
Author
Gilles Dauby, gilles.dauby@ird.fr
Examples
if (FALSE) { # \dontrun{
match_tax(idtax = c(3095, 219))
} # }