term: term dsl

View source: R/term.R

termR Documentation

term dsl

Description

term dsl

Usage

term(.obj = list(), ...)

term_(.obj = list(), ..., .dots)

Arguments

.obj

An index object. If nothing passed defaults to all indices, equivalent to doing e.g., localhost:9200/_search

...

Further args passed on

.dots

Explanation...

Examples

## Not run: 
elastic::connect(errors = "complete")

index("shakespeare") %>% term(speaker = FALSTAFF)

## End(Not run)

ropensci/elasticdsl documentation built on May 18, 2022, 9:53 a.m.