check_na_cols: Quickly check which columns of a dataset have NA values.

Description Usage Arguments Details Value Examples

View source: R/data_functions.R

Description

Quickly check which columns of a dataset have NA values.

Usage

1

Arguments

data

A data.frame, or other data that could contain NA values.

Details

A function that gives a quick check of data to see where NA's are. Most useful for data.frames where the funciton will supply the number if NA's in each column. The output can be passed to the sum() function to check for total NA's.

Value

Number of NA's in position of data.

Examples

1

andrewjameshaynes/helpeR documentation built on May 28, 2019, 2:44 p.m.