classDF | R Documentation |
classDF - tabluate the class of each column in a dataframe.
classDF(dataframe)
dataframe |
- the input dataframe for examination |
generates paired column names with their classes
## Not run:
data(ChickWeight)
classDF(ChickWeight)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.