Delete columns that are ID-like columns

delete_id_columns(data)

Arguments

data

A data source before preprocessing, that is one of the major R formats: data.table, data.frame, matrix, and so on.

Value

A dataset with removed ID columns.