Exploratory data analysis of a numeric variable

des_num(numvar)

Arguments

numvar

dataframe object

Value

Object with generical information, statistics, ggplot2 plots

Details

This function will take a dataframe, provide summary statistics, distributions checks, graphs

Note

if no filepath specified, will default to working directory with timestamp.

Examples