colnamesDS {dsBase} | R Documentation |
Returns the column names of a data frame or matrix
Description
This function is similar to R function colnames
.
Usage
colnamesDS(x)
Arguments
x |
a string character, the name of a dataframe or matrix |
Details
The function returns the column names of the input dataframe or matrix
Value
the column names of the input object
Author(s)
Demetris Avraam, for DataSHIELD Development Team
[Package dsBase version 6.3.3 Index]