Search web pages for terms.
fnasearch(url, terms = list())
url | The URL of the page. |
---|---|
terms | Terms to search for (if >1, supply in a list). |
Search results.
if (FALSE) { url <- 'http://www.efloras.org/florataxon.aspx?flora_id=1&taxon_id=102552' fnasearch(url, terms='Receptacle') }