plot_missing: Plot percent missing for all variables in DF

View source: R/plot_missing.R

plot_missingR Documentation

Plot percent missing for all variables in DF

Description

This function will plot the percentage of missing observations for every variable in a data frame.

Usage

plot_missing(df)

Arguments

df

Data frame to be used

Value

Primary: A plot of missing percentage for every variable in DF

Secondary: You can extract the missing to an object and pulling out the data (e.g. the_object$data)


j-Rinehart/easyR documentation built on June 28, 2023, 2:49 a.m.