index: Index operations

indexR Documentation

Index operations

Description

Index operations

Usage

hirs_index_get(index = NULL, ...)

hirs_index_create(index, ...)

hirs_index_delete(index, ...)

Arguments

index

(character) A character vector of index names

...

Curl args passed on to crul::HttpClient

References

https://www.pilosa.com/docs/latest/api-reference/

Examples

## Not run: 
hirs_index_get()
hirs_index_create("foobar")
hirs_index_delete("foobar")

## End(Not run)

ropenscilabs/hirsutosa documentation built on May 11, 2022, 6:50 a.m.