eda_graphs: Automates Exploratory Data Analysis Process for a Data

Description Usage Arguments Examples

View source: R/eda_graphs.R

Description

The process of exploration might become especially when we are dealing with data sets that contains a large number of variables. This package helps to reduce the work and generate plots for numerical and categorical variables.

Usage

1
eda_graphs(data, var = 0, folder = getwd())

Arguments

data

Data frame object

var

Index of variables for which EDA plots are required. Default is All.

folder

Export location of all the plots. Defaults to current working directory.

Examples

1
eda_graphs(Boston)

arpitp2912/EDA_Automation_R documentation built on Nov. 3, 2019, 1:57 p.m.