es.filtermult: Filtering dataset by a multiple variables and answer. The...

Description Usage Arguments Value Examples

View source: R/ESmultifilter.R

Description

Filtering dataset by a multiple variables and answer. The filter works like a "and operator"

Usage

1
es.filtermult(credential, variable, size, es_filter)

Arguments

credential

the url create by function es.credential

variable

a vector of variable

size

limit rows to extract

filter

list of filters

Value

a data frame with specific filter

Examples

1
2
3
4
5
6
7
8
 es.filterun(
  my_credential,
  c("var1", "var2"),
  100,
  list ("var1" = c("answer1", "answer2"),
         "var2" = c("answer1"))

 )

GabrielSartori/elasticR documentation built on Jan. 12, 2020, 12:50 a.m.