View source: R/preprocessing.R
pre_rm_static_cols | R Documentation |
Remove columns with one value for all rows
pre_rm_static_cols(data, y)
data |
A data source, that is one of the major R formats: data.table, data.frame, matrix and so on. |
y |
A string that indicates a target column name. |
A dataset with deleted unwanted columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.