Description Usage Arguments Value See Also Examples
View source: R/findscientificnames.R
Function to pull scientific names from web pages
1 | url_get_scientific_names(URL, search_engine = 0)
|
URL |
The URL 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 | URL <- "https://en.wikipedia.org/wiki/Plain_pigeon"
print(url_get_scientific_names(URL))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.