Learn R Programming

taxize (version 0.5.2)

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(x, from = "begin", ...)

Arguments

x
Search terms
from
Default is to search from beginning. Use end to serch from end.
...
Curl options passed on to GET

Value

  • data.frame

See Also

searchbycommonnamebeginswith searchbycommonnameendswith

Examples

Run this code
itis_searchcommon("inch", config=timeout(3))
itis_searchcommon("inch", from = "end", config=timeout(3))

Run the code above in your browser using DataLab