max {SparkR}R Documentation

max

Description

Aggregate function: returns the maximum value of the expression in a group.

Usage

## S4 method for signature 'Column'
max(x)

See Also

Other agg_funcs: agg, approxCountDistinct, avg, countDistinct, first, kurtosis, last, mean, min, n, sd, skewness, stddev_pop, stddev_samp, sumDistinct, sum, var_pop, var_samp, var

Examples

## Not run: max(df$c)

[Package SparkR version 2.0.0 Index]