All functions

flag_outliers()

Highlight variables containing certain threshold of outliers

get_correlated_features()

Calculate correlation between all feature pairs in the numeric dataframe. Returns feature pairs having correlation higher than the threshold value.

missing_imputer()

Return the imputed version of data based on the methods selected

overview()

Gives a statistical overview of the input data, returns a data.frame of descriptive statistical values.