| icolnames {kdry} | R Documentation |
icolnames
Description
Return colnames in a table with index numbers.
Usage
icolnames(df)
Arguments
df |
A data.frame object. |
Value
A data.table with the two columns index and name is returned.
Examples
data("iris")
icolnames(iris)
[Package kdry version 0.0.2 Index]