SmartEDA (version 0.3.2)

ExpData: Function to generate the overview of a data frame

Description

This function used to produce summaries of data structure and overview of the data frame.

Usage

ExpData(data,type=1)

Arguments

data

a data frame

type

Type 1 is overview of the data; Type 2 is structure of the data

Details

This function provides overview and structure of the data frames.

IF Type=1,overeview of the data (column names are "Descriptions", "Obs")

If Type=2,structure of the data (column names are "S.no","Variable Name","Variable Type","

Examples

Run this code
# NOT RUN {
# Overview of the data
ExpData(data=mtcars,type=1)
# Structure of the data
ExpData(data=mtcars,type=2)
# }

Run the code above in your browser using DataLab