powered by
Get class information for each column in a data.frame.
data.frame
classdf(data, cols)
link{data.frame} that is to be inspected.
link{data.frame}
The columns (named or numeric) to be included in the check.
A vector detailing the class of each column.
# NOT RUN { classdf(CO2) classdf(iris) classdf(mtcars) # }
Run the code above in your browser using DataLab