taxonRectification {occCite} | 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)
taxName |
A string that, ideally, is a taxonomic name |
datasources |
A vector of taxonomic data sources implemented in
|
A string with the closest match according to
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"
)