es.summary: Agreggating descritive statics by a specific variable

Description Usage Arguments Value Examples

View source: R/ESsummarise.R

Description

Agreggating descritive statics by a specific variable

Usage

1
es.summary(credential, variable)

Arguments

credential

the url create by function es.credential

variable

a string variable, must be a numeric variable

Value

a data frame with statics measures, mean, min and percentile

Examples

1
2
3
4
 es.summary(
  my_credential,
  "numeric_variable"
 )

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