classDS {dsBase} | R Documentation |
Returns the class of an object
Description
This function is similar to R function class
.
Usage
classDS(x)
Arguments
x |
a string character, the name of an object |
Details
The function returns the class of an object
Value
the class of the input object
Author(s)
Stuart Wheater, for DataSHIELD Development Team
[Package dsBase version 6.3.3 Index]