least {SparkR}R Documentation

least

Description

Returns the least value of the list of column names, skipping null values. This function takes at least 2 parameters. It will return null if all parameters are null.

Usage

least(x, ...)

## S4 method for signature 'Column'
least(x, ...)

See Also

Other normal_funcs: abs, bitwiseNOT, column, expr, greatest, ifelse, isnan, lit, nanvl, negate, randn, rand, struct, when

Examples

## Not run: least(df$c, df$d)

[Package SparkR version 2.0.0 Index]