uniqueDS {dsBase} | R Documentation |
Applies the unique
method to a server-side variable.
Description
This function is similar to R function unique
.
Usage
uniqueDS(x.name.transmit = NULL)
Arguments
x.name.transmit |
is the name of the variable upon which |
Details
The function computes the uniques values of a variable.
Value
the object specified by the newobj
argument
which is written to the server-side.
Author(s)
Stuart Wheater for DataSHIELD Development Team
[Package dsBase version 6.3.3 Index]