remove_var_na: Remove Columns with too many NA values

Description Usage Arguments Details Examples

Description

This function Remove Columns with too many NA values

Usage

1
remove_var_na(df, d_count_na, tolerance = 75, verbose = TRUE)

Arguments

df

dataframe

d_count_na

dataframe with NA information created by na.Count

tolerance

percentual value of tolerance of NA values in a variable

verbose

verbose

Details

details

Examples

1
2
3
4
## Not run: 
remove_var_na(df, d.count.na, tolerance = 30, verbose = TRUE)

## End(Not run)

elpidiofilho/labgeo documentation built on May 14, 2019, 9:35 a.m.