classDF: classDF - tabluate the class of each column in a da

View source: R/rutils.R

classDFR Documentation

classDF - tabluate the class of each column in a da

Description

classDF - tabluate the class of each column in a dataframe.

Usage

classDF(dataframe)

Arguments

dataframe

- the input dataframe for examination

Value

generates paired column names with their classes

Examples

## Not run: 
 data(ChickWeight)
 classDF(ChickWeight)

## End(Not run)

haddonm/rutilsMH documentation built on July 21, 2023, 8:46 p.m.