summarymissing: Missingness Summary.

Description Usage Arguments Value Examples

View source: R/summarymissing.R

Description

This function returns a missingness summary of a data.frame.

Usage

1
summarymissing(data, sum.col = TRUE, missgraph = FALSE)

Arguments

data

Data.frame input.

sum.col

Logical. Returns the names of missing columns. Defaults to TRUE.

missgraph

Logical. Plots a graph of the overall missing summary. Defaults to TRUE.

Value

The missing percentages of the overall data.frame, by rows and by columns.

Examples

1
summarymissing(testdf, sum.col = TRUE, missgraph = FALSE)

clintonwxy/missdesc documentation built on Nov. 4, 2019, 8:54 a.m.