Description Usage Arguments Value Examples
Agreggating descritive statics by a specific variable
1 | es.summary(credential, variable)
|
credential |
the url create by function es.credential |
variable |
a string variable, must be a numeric variable |
a data frame with statics measures, mean, min and percentile
1 2 3 4 | es.summary(
my_credential,
"numeric_variable"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.