taxize (version 0.7.9)

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
## Not run: 
# itis_searchcommon(x="inch", config=timeout(3))
# itis_searchcommon("inch", from = "end", config=timeout(3))
# ## End(Not run)

Run the code above in your browser using DataLab