classDF: classDF - tabulate the class of each column in a data.frame

View source: R/rutils.R

classDFR Documentation

classDF - tabulate the class of each column in a data.frame

Description

classDF - tabulate the class of each column in a data.frame.

Usage

classDF(dataframe)

Arguments

dataframe
  • the input data.frame for examination

Value

generates paired column names with their classes

Examples

 data(ChickWeight)
 classDF(ChickWeight)

haddonm/codeutils documentation built on April 15, 2024, 1:02 p.m.