Description Usage Arguments Examples
ITIS Solr facet
1 | itis_facet(..., 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 7 8 9 | ## Not run:
itis_facet(q = "rank:Species", rows = 0, facet.field = "kingdom")$facet_fields
x <- itis_facet(q = "hierarchySoFar:*$Aves$* AND rank:Species AND usage:valid",
facet.pivot = "nameWInd,vernacular", facet.limit = -1, facet.mincount = 1,
rows = 0)
head(x$facet_pivot$`nameWInd,vernacular`)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.