Skip to contents

Function to provide a graphical exploration of a dataset will print results to file.

Usage

exploreData(datmat)

Arguments

datmat

the data frame (only categorical and numerical variables will be analysed)

Author

Aline Talhouk

Examples

mtcars$vs <- as.factor(mtcars$vs)
mtcars$am <- as.factor(mtcars$am)
exploreData(mtcars)
#> pdf 
#>   2 
file.remove("DataSummary.pdf")
#> [1] TRUE