Learn R Programming

taxize (version 0.2.0)

itis_searchcommon: Searches common name and acts as thin wrapper around searchbycommonnamebeginswith and searchbycommonnameendswith

Description

Searches common name and acts as thin wrapper around searchbycommonnamebeginswith and searchbycommonnameendswith

Usage

itis_searchcommon(srchkey = NA, ..., curl = getCurlHandle(),
  from = "begin")

Arguments

srchkey
search terms
...
additional arguments
curl
curl handle
from
default is to search from beginning. Use end to serch from end.

Value

  • data.frame

See Also

searchbycommonnamebeginswith searchbycommonnameendswith

Examples

Run this code
searchCommon(srchkey="inch")
searchCommon(srchkey="inch", from = "end")

Run the code above in your browser using DataLab