Search web pages for terms.

fnasearch(url, terms = list())

Arguments

url

The URL of the page.

terms

Terms to search for (if >1, supply in a list).

Value

Search results.

Examples

if (FALSE) { url <- 'http://www.efloras.org/florataxon.aspx?flora_id=1&taxon_id=102552' fnasearch(url, terms='Receptacle') }