checkNA: Returns a list with the proportion of missing values per...

Description Usage Arguments Examples

View source: R/utility_functions.R

Description

Returns a list with the proportion of missing values per column

Usage

1

Arguments

df

The input data frame

Examples

1
2
3
4
5
hist(checkNA(iris),
  main = paste ("Histogram of the proportion of missing values"),
  xlab = "Proportion of missing values",
  ylab = "Count of variables",
  labels = TRUE)

alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.