build_NA: Provide statistics on missing data in dataframes.

Description Usage Arguments Value Examples

View source: R/build_NA.R

Description

Provide statistics on missing data in dataframes.

Usage

1

Arguments

x

Any nonempty data.frame.

Value

A dataframe with origin of data, number of NAs, number of observations, and

Examples

1
2
3
4
NA1 <- build_NA(mtcars)
NA2 <- build_NA(cars)
NA_statistics <- rbind(NA1, NA2)
NA_statistics

julianbarg/DataAnalysisTools documentation built on April 9, 2020, 11:43 a.m.