View source: R/preprocessing.R
save_deleted_columns | R Documentation |
Save column names deleted during preprocessing process
save_deleted_columns(df, pre_df)
df |
A data source before preprocessing, that is one of the major R formats: data.table, data.frame, matrix, and so on. |
pre_df |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.