| colID | R Documentation |
A quick way to see the name and class of every colum of a data frame
colID(df)
df |
A data frame you wish to look at |
Returns a data frame where column 1 is the names of the columns of the original data frame, and column 2 is the class of the column of the original data frame.
Jonathan Schwartz
data.frame,
class,
colnames
colID(iris)