abs {SparkR}R Documentation

abs

Description

Computes the absolute value.

Usage

## S4 method for signature 'Column'
abs(x)

See Also

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

Examples

## Not run: abs(df$c)

[Package SparkR version 2.0.0 Index]