View source: R/old_taxa--taxmap--parsers.R
correct_taxon_names | R Documentation |
Look up official names from potentially misspelled names using Global Names Resolver (GNR). If a result from the chosen database is present, then it is used, otherwise the NCBI result is used and if that does not exist, then the first result is used. Names with no match will return NA.
correct_taxon_names(names, database = "ncbi")
names |
Potentially misspelled taxon names |
database |
The database the names are being looked up for. If 'NULL', do not consider database. |
vector of names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.