The function takes in a data frame object, runs data quality checks on each variable, generates summary statistics, and outputs two csv files containing the data quality report -- one for numeric variables and the other for categorical variables
Filename for saving data quality report of numeric variables
out.file.cat
Filename for saving data quality report of categoric variables
numeric.cutoff
The minimum number of unique values needed for a numeric variable to be treated as continous. This feature is included to account for binary or multi-category variables, with small number of unique values, which are stored as numeric. Default is -1 which