naFeatures: Creates an extra column for every column in the input data...

Description Usage Arguments Value Examples

Description

Creates an extra column for every column in the input data that has missing values. The newly created column is a factor column (TRUE/FALSE) and represents the existance of NAs or empty strings ("") in the examined column. The newly created columns are named "na"+name_of_original_column

Usage

1

Arguments

data

input data

Value

data frame with the original and the newly created columns

Examples

1
naFeatures(myData)

thanasis-com/PDMT documentation built on May 31, 2019, 9:09 a.m.