abs {SparkR}R Documentation

abs

Description

Computes the absolute value.

Usage

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

See Also

Other normal_funcs: bitwiseNOT, bitwiseNOT; expr, expr; greatest, greatest; ifelse; isNaN, isNaN; least, least; lit, lit; nanvl, nanvl; negate, negate; randn, randn, randn; rand, rand, rand; when

Examples

## Not run: abs(df$c)

[Package SparkR version 1.5.1 Index]