removeNAs: Remove columns that exceed a specified percentage of missing...

Description Usage Arguments Value

Description

Remove columns that exceed a specified percentage of missing values. The default is set to remove anything above 85

Usage

1
removeNAs(df, pct = 0.85)

Arguments

df

The name of the dataframe, not in quotes, for which the columns need to be converted to character class.

pct

The minimum percentage of missing data that will cause a column to be deleted.

Value

Dataframe


RonGuymon/ronsFunctions documentation built on May 8, 2019, 11:42 a.m.