| index | R Documentation |
Index operations
hirs_index_get(index = NULL, ...) hirs_index_create(index, ...) hirs_index_delete(index, ...)
index |
(character) A character vector of index names |
... |
Curl args passed on to crul::HttpClient |
https://www.pilosa.com/docs/latest/api-reference/
## Not run:
hirs_index_get()
hirs_index_create("foobar")
hirs_index_delete("foobar")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.