remove_nacol: remove columns by the ratio of NA

View source: R/dataframe.R

remove_nacolR Documentation

remove columns by the ratio of NA

Description

remove columns by the ratio of NA

Usage

remove_nacol(df, max_ratio = 1)

Arguments

df

tibble

max_ratio

the max NA ratio to keep this column, default is 1 have NA

Value

tibble

Examples

# remove_nacol(df)

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