Learn R Programming

dsBase (version 6.3.3)

uniqueDS: Applies the unique method to a server-side variable.

Description

This function is similar to R function unique.

Usage

uniqueDS(x.name.transmit = NULL)

Value

the object specified by the newobj argument which is written to the server-side.

Arguments

x.name.transmit

is the name of the variable upon which unique method will be applied

Author

Stuart Wheater for DataSHIELD Development Team

Details

The function computes the uniques values of a variable.