na.outline: NA Outline

Description Usage Arguments Examples

View source: R/na.outline.R

Description

This function allows you a report about missing values of your data.

Usage

1
na.outline(data, plot_show = FALSE, limit = 20, show_over_limit = FALSE)

Arguments

data

Dataset, matrix or dataframe.

plot_show

Logical argument for plotting missing variables.

limit

The lower limit of the desired missing rate (percentage).

show_over_limit

Logical argument to print the caught index numbers of satisfied rate.

Examples

1
na.outline(Hitters,plot_show = TRUE)

sametsoekel/plasteR documentation built on Sept. 16, 2020, 10:56 p.m.