missing_values_summary: A function to display level of missingness in a data frame...

Description Usage Arguments Value Examples

View source: R/missing_values_summary.R

Description

A function to display level of missingness in a data frame provided

Usage

1
2
3
4
5
6
missing_values_summary(
  df,
  perc = 0,
  dcm = 2,
  col_names = c("Features", "Count Missing (N)", "Percentage Missing (%)")
)

Arguments

df

A data frame to be examined the missingness level

perc

Percentage of missing values to display

dcm

Number of decimal places to be previewed

col_names

Title names of the columns on the output

Value

A data frame structure showing the level of missingness

Examples

1

stevenndungu/quickr documentation built on May 6, 2020, 7:49 p.m.