Description Usage Arguments Examples
View source: R/collection_list.R
List collections
1 | collection_list(conn, raw = FALSE, ...)
|
conn |
A solrium connection object, see SolrClient |
raw |
(logical) If |
... |
curl options passed on to crul::HttpClient |
1 2 3 4 5 6 7 8 | ## Not run:
(conn <- SolrClient$new())
conn$collection_list()
conn$collection_list()$collections
collection_list(conn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.