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: approxCountDistinct, approxCountDistinct, approxCountDistinct; avg, avg; countDistinct, countDistinct, countDistinct, n_distinct; count, count, count, n, nrow; first, first; last, last; mean; min; sumDistinct, sumDistinct; sum

Examples

## Not run: max(df$c)

[Package SparkR version 1.5.1 Index]