remove_monocol: remove columns by the ratio of an identical single value (NA...

View source: R/dataframe.R

remove_monocolR Documentation

remove columns by the ratio of an identical single value (NA supported)

Description

remove columns by the ratio of an identical single value (NA supported)

Usage

remove_monocol(df, max_ratio = 1)

Arguments

df

tibble

max_ratio

the max single value ratio to keep this column, default is 1

Value

tibble

Examples

# remove_monocol(df)

baizer documentation built on Oct. 19, 2023, 9:07 a.m.