abs {SparkR} | R Documentation |
Computes the absolute value.
## S4 method for signature 'Column' abs(x)
x |
Column to compute on. |
abs since 1.5.0
Other normal_funcs: bitwiseNOT
,
coalesce
, column
,
expr
, greatest
,
ifelse
, isnan
,
least
, lit
,
nanvl
, negate
,
randn
, rand
,
struct
, when
## Not run: abs(df$c)