| ids | R Documentation |
ids dsl
ids(.obj = list(), ..., type = NULL) ids_(.obj = list(), ..., .dots, type = NULL)
.obj |
An index object. If nothing passed defaults to all indices, equivalent to
doing e.g., |
... |
Further args passed on |
type |
type of id to match on. Default: |
.dots |
Explanation... |
## Not run:
elastic::connect(errors = "complete")
# ids query
index("shakespeare") %>%
ids(1, 2, 150) %>%
n()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.