R/preprocessing.R
save_deleted_columns.Rd
Save column names deleted during preprocessing process
save_deleted_columns(df, pre_df)
A data source before preprocessing, that is one of the major R formats: data.table, data.frame, matrix, and so on.
A data source after preprocessing, that is one of the major R formats: data.table, data.frame, matrix, and so on.
A vector of strings with column names.