R/check_data.R
check_cor.Rd
Search for strongly correlated values (Spearman for numerical, Crammer V for categorical)
check_cor(df, y, verbose = TRUE)
A data source, that is one of the major R formats: data.table, data.frame, matrix, and so on.
A string that indicates a target column name.
A logical value, if set to TRUE, provides all information about the process, if FALSE gives none.
A list with every line of the sub-report.