analyzer (version 1.0.1)

explainer.data.frame: Show details of the data frame

Description

explainer shows detail of all the columns of the data

Usage

# S3 method for data.frame
explainer(X, xname = NULL, ...)

Arguments

X

A data.frame

xname

variable name

...

parameters for explainer for other classes

Value

Prints details of the dataset which includes: dataset name, type, number of columns, rows and unique rows. Also prints output of explainer for all the columns. Returns nothing.

Details

This function uses explainer on each column.

Examples

Run this code
# NOT RUN {
explainer(mtcars)

# }

Run the code above in your browser using DataCamp Workspace