prefix | R Documentation |
prefix dsl
prefix(.obj = list(), ...) prefix_(.obj = list(), ..., .dots)
.obj |
An index object. If nothing passed defaults to all indices, equivalent to
doing e.g., |
... |
Further args passed on |
.dots |
Explanation... |
## Not run: elastic::connect(errors = "complete") # prefix query index("shakespeare") %>% prefix(speaker = "we") %>% n() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.