| remove_columns | R Documentation |
Remove columns with only one specific value
remove_columns(dataset, value = 0)
dataset |
A data set, usually a data frame. |
value |
The specified values searched for. |
The dataset without those columns that contain only one specific value.
Other Dummifying:
append_rows(),
dummify(),
dummify_multilabel(),
effectcoding(),
one_hot_decode(),
one_hot_encode(),
resample_imbalanced(),
sparse_encode()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.