vectorDS {dsBase} | R Documentation |
Creates a vector on the server-side.
Description
This function is similar to R function c
.
Usage
vectorDS(...)
Arguments
... |
parameter to be used to form the vector. |
Details
The function computes the vectors values.
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]