remove_columns: Remove columns with only one specific value

View source: R/deepDummy.r

remove_columnsR Documentation

Remove columns with only one specific value

Description

Remove columns with only one specific value

Usage

remove_columns(dataset, value = 0)

Arguments

dataset

A data set, usually a data frame.

value

The specified values searched for.

Value

The dataset without those columns that contain only one specific value.

See Also

Other Dummifying: append_rows(), dummify(), dummify_multilabel(), effectcoding(), one_hot_decode(), one_hot_encode(), resample_imbalanced(), sparse_encode()


stschn/deepANN documentation built on June 25, 2024, 7:27 a.m.