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