taxa_resolve_names_with_otol: Resolve Scientific Names with Open Tree TNRS

Description Usage Arguments Value See Also Examples

View source: R/findscientificnames.R

Description

Resolve Scientific Names with Open Tree TNRS

Usage

1

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

1
2
3
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)

rphylotastic documentation built on March 18, 2018, 1:46 p.m.