Description Usage Arguments Value Author(s) See Also Examples
Prints the order and names of columns in a data.frame
.
1 | 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
1 2 | 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.