remove_nacol {baizer}R 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

max NA ratio, default as 1 which remove the columns only have NA

Value

tibble

Examples

# remove_nacol(df)

[Package baizer version 0.7.0 Index]