cnn: A Function to print the column number, name and variable type...

View source: R/cnn.R

cnnR Documentation

A Function to print the column number, name and variable type for each column in a data.frame.

Description

This function prints the column number, name, and variable type for each column in a data.frame.

Usage

cnn(dataset)

Arguments

dataset

A data.frame object

Examples

data(iris)
cnn(iris)

barrenWuffet/convPkg documentation built on Jan. 25, 2024, 9:59 p.m.