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