Description Usage Arguments Value Examples
View source: R/ESfiltersimple.R
Filtering dataset by a specific variable
1 | es.filterun(credential, variable, size, filter, answer)
|
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 |
a data frame with specific
1 2 3 4 5 6 7 | es.filterun(
my_credential,
c("var1", "var2", "var3"),
100,
"var1",
"answer1"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.