taxa_resolve_names_with_otol: Resolve Scientific Names with Open Tree TNRS

View source: R/resolvescientificnames.R

taxa_resolve_names_with_otolR Documentation

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

my.species.raw <- c("Formica polyctena", "Formica exsectoides", "Farmica pacifica")
my.species.corrected <- taxa_resolve_names_with_otol(my.species.raw)
print(my.species.corrected)

phylotastic/rphylotastic documentation built on Aug. 22, 2023, 9:51 p.m.