R/preprocessing.R
delete_id_columns.Rd
Delete columns that are ID-like columns
delete_id_columns(data)
A data source before preprocessing, that is one of the major R formats: data.table, data.frame, matrix, and so on.
A dataset with removed ID columns.