Description Usage Arguments Examples
ITIS Solr group search
1 | itis_group(..., proxy = NULL, callopts = list())
|
... |
Arguments passed on to the |
proxy |
List of arguments for a proxy connection,
including one or more of: url, port, username, password,
and auth. See |
callopts |
Curl options passed on to crul::HttpClient |
1 2 3 4 5 6 | ## Not run:
x <- itis_group(q = "nameWOInd:/[A-Za-z0-9]*[%20]{0,0}*/",
group.field = 'rank', group.limit = 3)
head(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.