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
, from_json
,
greatest
, ifelse
,
isnan
, least
,
lit
, nanvl
,
negate
, randn
,
rand
, struct
,
to_json
, when
## Not run: abs(df$c)