View source: R/findscientificnames.R
| url_get_scientific_names | R Documentation | 
Function to pull scientific names from web pages
url_get_scientific_names(URL, search_engine = 0, above_species = FALSE)
URL | 
 The URL to extract names from. Can be a pdf url.  | 
search_engine | 
 1 to use TaxonFinder, 2 to use NetiNeti, 0 to use both  | 
above_species | 
 Boolean. Default to FALSE. If TRUE it will only return scientific names above the species level.  | 
A vector of scientific names. It returns unique matches.
https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription
# get scientific names from a wikipedia web page:
url_get_scientific_names(URL = "https://en.wikipedia.org/wiki/Plain_pigeon")
# get scientific names from a pdf URL:
url_get_scientific_names(URL =
 "http://darwin-online.org.uk/converted/pdf/1897_Insectivorous_F1229.pdf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.