A quick way to see the name and class of every colum of a data frame
Usage
colID(df)
Arguments
df
A data frame you wish to look at
Value
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.