itis_group {ritis} | R Documentation |
ITIS Solr group search
Description
ITIS Solr group search
Usage
itis_group(..., proxy = NULL, callopts = list())
Arguments
... |
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 |
Examples
## 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)
[Package ritis version 1.0.0 Index]