missing_df: Quantifies missing values found within a data frame

Description Usage Arguments Value Examples

Description

This map wrapper function vectorizes the count and proportion of missing and non-missing values within a tidy data frame.

Usage

1
missing_df(df, vars = names(df))

Arguments

df

a data frame object to identify missing values

vars

a character string or character vector of column names in the data frame to examine

Value

Returns a data frame with four columns, each row displays the number and percentage of missing values, and the percentage of existing (non-missing) values for each variable within the data frame

Examples

1

smh-ej/XploreR documentation built on May 13, 2019, 4:46 p.m.