| bool | R Documentation |
bool dsl
bool(.obj = list(), ...) bool_(.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")
bool(must_not = list(term=list(speaker="KING HENRY IV")))
index("shakespeare") %>%
bool(must_not = list(term=list(speaker="KING HENRY IV")))
index("shakespeare") %>%
bool(should = list(list(term=list(speech_number=1))))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.