classdf {useful} | R Documentation |
classdf
Description
Get class information for each column in a data.frame
.
Usage
classdf(data, cols)
Arguments
data |
|
cols |
The columns (named or numeric) to be included in the check. |
Details
Get class information for each column in a data.frame
.
Value
A vector detailing the class of each column.
Author(s)
Jared P. Lander
Examples
classdf(CO2)
classdf(iris)
classdf(mtcars)
[Package useful version 1.2.6.1 Index]