explainer.data.frame {analyzer} | R Documentation |
Show details of the data frame
Description
explainer
shows detail of all the columns of the data
Usage
## 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
explainer(mtcars)
[Package analyzer version 1.0.1 Index]