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

Description Usage Arguments Details Value Examples

View source: R/explainer.R

Description

explainer shows detail of all the columns of the data

Usage

1
2
## S3 method for class 'data.frame'
explainer(X, xname = NULL, ...)

Arguments

X

A data.frame

xname

variable name

...

parameters for explainer for other classes

Details

This function uses explainer on each column.

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.

Examples

1

analyzer documentation built on July 1, 2020, 10:02 p.m.