util.contain_na: Check Data Columns for 'NA' Values

Description Usage Arguments Details Value Examples

View source: R/util.R

Description

This method returns a logical vector that indicates the presence of NA values in every column of data.

Usage

1

Arguments

data

data.frame in which each column should be checked for the presence of NA values.

Details

This method takes a data.frame as an input and then checks for each column if it contains any NA values. The results get stored in a logical vector (always together with the column name).

Value

Named logi (being a logical vector also containing the column name for each logical value) indicating the presence of NA values for each column of data.

Examples

1

MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.