cn {erpR} | R Documentation |
Return the column names of a data.frame
or a matrix
in one-column format for an easy visual inspection.
cn(x)
x |
a data.frame or a matrix with column names. |
A one-column matrix with the column names of x
.
This function comes from an idea by Antoine Tremblay.
Giorgio Arcara
data(iris) cn(iris)