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