sum {SparkR} | R Documentation |
Aggregate function: returns the sum of all values in the expression.
## S4 method for signature 'Column' sum(x)
Other agg_funcs: agg
,
approxCountDistinct
, avg
,
countDistinct
, first
,
kurtosis
, last
,
max
, mean
, min
,
n
, sd
,
skewness
, stddev_pop
,
stddev_samp
, sumDistinct
,
var_pop
, var_samp
,
var
## Not run: sum(df$c)