Learn R Programming

baizer (version 0.8.0)

remove_nacol: remove columns by the ratio of NA

Description

remove columns by the ratio of NA

Usage

remove_nacol(df, max_ratio = 1)

Value

tibble

Arguments

df

tibble

max_ratio

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

Examples

Run this code
# remove_nacol(df)

Run the code above in your browser using DataLab