Description Usage Arguments Value Examples
View source: R/ESmultifilter.R
Filtering dataset by a multiple variables and answer. The filter works like a "and operator"
1 | es.filtermult(credential, variable, size, es_filter)
|
credential |
the url create by function es.credential |
variable |
a vector of variable |
size |
limit rows to extract |
filter |
list of filters |
a data frame with specific filter
1 2 3 4 5 6 7 8 | es.filterun(
my_credential,
c("var1", "var2"),
100,
list ("var1" = c("answer1", "answer2"),
"var2" = c("answer1"))
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.