es.filterun: Filtering dataset by a specific variable

Description Usage Arguments Value Examples

View source: R/ESfiltersimple.R

Description

Filtering dataset by a specific variable

Usage

1
es.filterun(credential, variable, size, filter, answer)

Arguments

credential

the url create by function es.credential

variable

a vector of variable,

size

limit rows to extract

filter

variable filter. Only one variable

answer

variable answer. Only one answer

Value

a data frame with specific

Examples

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

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