absDS {dsBase} | R Documentation |
Computes the absolute values of the input variable
Description
This function is similar to R function abs
.
Usage
absDS(x)
Arguments
x |
a string character, the name of a numeric or integer vector |
Details
The function computes the absolute values of an input numeric or integer vector.
Value
the object specified by the newobj
argument
of ds.abs
(or default name abs.newobj
)
which is written to the serverside. The output object is of class numeric
or integer.
Author(s)
Demetris Avraam for DataSHIELD Development Team
[Package dsBase version 6.3.3 Index]