ExpData {SmartEDA}R Documentation

Function to generate data dictionary of a data frame

Description

This function used to produce the metadata information and data summary

Usage

ExpData(data, type = 1, fun = NULL)

Arguments

data

a data frame

type

Type 1 is overall data summary; Type 2 is variable level summary

fun

to add any additional statistics into metadata type 2 output, for example: mean, sum, etc..

Details

This function provides overall and variable level data summary like percentage of missing, variable types etc..

Examples

# Overall data summary
ExpData(data=mtcars,type=1)
# Variable level data summary
ExpData(data=mtcars,type=2)

[Package SmartEDA version 0.3.10 Index]