- x
 
dataframe with numeric variables, or numeric vector
- bins
 
number of bins for numerical variables, passed to cut as breaks
parameter, Default: 5
- bin_labels
 
labels for the bins from low to high, Default: c("LL",
"ML", "M", "MH", "HH"). Can also be one of c('mean', 'median', 'min_max',
'cuts'), the corresponding summary function will supply the labels.
- center
 
logical, Default: T
- scale
 
logical, Default: T
- transform
 
logical, apply Yeo Johnson Transformation, Default: T
- round_numeric, 
 
logical, rounds numeric results if bin_labels is
supplied with a supported summary function name.
- digits, 
 
integer, number of digits to round to
- NA_label
 
character vector, define label for missing data, Default:
'NA'