na_viz: Visualize NA frequency in data

View source: R/na_viz.R

na_vizR Documentation

Visualize NA frequency in data

Description

na_viz() create a ggplot plot showing the percentage of NA in each column

Usage

na_viz(data)

Arguments

data

a data frame

Value

a ggplot object

Acknowledgment

na_viz() is another name for the excellent vis_miss() of {naniar}

Examples

## Not run: 
na_data <- data.frame(c1 = c(1, NA), c2 = c(NA, NA))
na_data %>% na_viz()

## End(Not run)

kguidonimartins/misc documentation built on Dec. 20, 2024, 7:03 p.m.