View source: R/taxonRectification.R
taxonRectification | R Documentation |
An function that takes an input taxonomic name, checks against taxonomic database, returns vector for use in database queries, as well as warnings if the name is invalid.
taxonRectification(taxName = NULL, datasources = NULL, skipTaxize = FALSE)
taxName |
A string that, ideally, is a taxonomic name |
datasources |
A vector of taxonomic data sources implemented in
|
skipTaxize |
If |
A string with the closest match according to
taxize::gnr_resolve()
, and a list of taxonomic data sources that
contain the matching name.
# Inputting taxonomic name and specifying what taxonomic sources to search
taxonRectification(
taxName = "Buteo buteo hartedi",
datasources = "National Center for Biotechnology Information",
skipTaxize = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.