| na_viz | R Documentation | 
na_viz() create a ggplot plot showing the percentage of NA in each column
na_viz(data)
| data | a data frame | 
a ggplot object
na_viz() is another name for the excellent vis_miss() of
{naniar}
## Not run: 
na_data <- data.frame(c1 = c(1, NA), c2 = c(NA, NA))
na_data %>% na_viz()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.