text_get_scientific_names: Function to pull scientific names from text

Description Usage Arguments Value See Also Examples

View source: R/findscientificnames.R

Description

Function to pull scientific names from text

Usage

1
text_get_scientific_names(text, search_engine = 0)

Arguments

text

The text string to extract names from

search_engine

1 to use TaxonFinder, 2 to use NetiNeti, 0 to use both

Value

A vector of scientific names

See Also

https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription

Examples

1
2
3
4
text <- "Formica polyctena is a species of European red wood ant in
   the genus Formica. The pavement ant, Tetramorium caespitum
   is an ant native to Europe."
print(text_get_scientific_names(text))

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