min {SparkR}R Documentation

min

Description

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

Usage

## S4 method for signature 'Column'
min(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; max; mean; sumDistinct, sumDistinct; sum

Examples

## Not run: min(df$c)

[Package SparkR version 1.5.1 Index]