check_missing_variables: Checking a dataset for missing observations across variables

Description Usage Arguments Value Examples

View source: R/check_missing_variables.R

Description

This function returns a graph that shows variable missingness across the entire dataset.

Usage

1

Arguments

dataset

A vector, matrix, data frame, or tibble.

Value

If there is no missing data the function will return a string informing you that there is no missing data. Otherwise a graph will appear showing the variable one the y axis and the percent missing on the x-axis.

Examples

1
2
check_missing_variables(cars) # no missing data
check_missing_variables(airquality) # shows missing data

rgardiner90/researchr documentation built on Nov. 5, 2019, 3:07 a.m.