R/wrangling.R
plot_missing.Rd
Plot missing values
plot_missing(df)
a data.frame
plot_missing(data.frame(a = c(1, NA), b = c(NA, 4)))