lengthDS {dsBase} | R Documentation |
Returns the length of a vector or list
Description
This function is similar to R function length
.
Usage
lengthDS(x)
Arguments
x |
a string character, the name of a vector or list |
Details
The function returns the length of the input vector or list.
Value
a numeric, the number of elements of the input vector or list.
Author(s)
Demetris Avraam, for DataSHIELD Development Team
[Package dsBase version 6.3.3 Index]