Description Usage Arguments Value Examples
Agreggating count by a specific variable
1 | es.catcount(credential, variable, size, arrange_count = T)
|
credential |
the url create by function es.credential |
variable |
a string variable, must be a factor variable |
size |
limit rows to extract |
arrange_count |
order results by a variable or count. Default T, which mean by count. |
a data frame contains a specific variables
1 2 3 4 5 6 | es.catsum(
my_credential,
"factor1",
10,
T
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.