Eda

eda(input_data)

Arguments

input_data

(dpylyr dataframe) input dataframe to be analyzed- Required

Value

(list) List that contains a histogram and summary statistics for each column.

Examples

result = eda(mtcars)
#> 1
#> 2
#> 3
#> 4
#> 5
#> 6
#> 7
#> 8
#> 9
#> 10
#> 11
hist_mpg = result$histograms[[1]] stats_mpg = result$stats$mpg