coln | R Documentation |
Prints the order and names of columns in a data.frame
.
coln(X)
X |
a data.frame for which the column names should be printed. |
A list containing the column names and their numeric order.
Mikko Vihtakari
data.frame
, colnames
dat <- data.frame(a = 1:10, b = 10:1)
coln(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.