Description Usage Arguments Value See Also Examples
View source: R/findscientificnames.R
Function to pull scientific names from text
1  | text_get_scientific_names(text, search_engine = 0)
 | 
text | 
 The text string to extract names from  | 
search_engine | 
 1 to use TaxonFinder, 2 to use NetiNeti, 0 to use both  | 
A vector of scientific names
https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription
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))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.