Learn R Programming

rphylotastic (version 0.0.4)

taxa_resolve_names_with_otol: Resolve Scientific Names with Open Tree TNRS

Description

Resolve Scientific Names with Open Tree TNRS

Usage

taxa_resolve_names_with_otol(taxa)

Arguments

taxa

The vector of names

Value

A vector of corrected names. THE ORDER MAY NOT CORRESPOND TO YOUR INPUT ORDER.

See Also

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.

Examples

Run this code
# 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