powered by
Resolve Scientific Names with Open Tree TNRS
taxa_resolve_names_with_otol(taxa)
The vector of names
A vector of corrected names. THE ORDER MAY NOT CORRESPOND TO YOUR INPUT ORDER.
https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription or the rotl package, another interface to Open Tree of Life, or the taxize package for name resolution in general.
# NOT RUN { my.species.raw <- c("Formica polyctena", "Formica exsectoides", "Formica pecefica") my.species.corrected <- taxa_resolve_names_with_otol(my.species.raw) print(my.species.corrected) # }
Run the code above in your browser using DataLab