min {SparkR} | R Documentation |
Aggregate function: returns the minimum value of the expression in a group.
## S4 method for signature 'Column' min(x)
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
## Not run: min(df$c)