Learn R Programming

rphylotastic (version 0.0.4)

url_get_scientific_names: Function to pull scientific names from web pages

Description

Function to pull scientific names from web pages

Usage

url_get_scientific_names(URL, search_engine = 0)

Arguments

URL

The URL 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

Run this code
# NOT RUN {
URL <- "https://en.wikipedia.org/wiki/Plain_pigeon"
print(url_get_scientific_names(URL))
# }

Run the code above in your browser using DataLab