R/gg-miss-fct.R
gg_miss_fct.RdThis function draws a ggplot plot of the number of missings in each column, broken down by a categorical variable from the dataset. A default minimal theme is used, which can be customised as normal for ggplot.
gg_miss_fct(x, fct)ggplot object depicting the % missing of each factor level for each variable.