Added option to plot_missing() so that it can ignore variables with no missing values. Very useful for datasets like the Kaggle House Prices contest (81 variables, only 19 of them having missing data), where the chart would otherwise be too cluttered to read.
I'm a complete newbie to both Git and R package development, so there's a very high chance that I've got something wrong here - apologies in advance.
Added option to plot_missing() so that it can ignore variables with no missing values. Very useful for datasets like the Kaggle House Prices contest (81 variables, only 19 of them having missing data), where the chart would otherwise be too cluttered to read.
I'm a complete newbie to both Git and R package development, so there's a very high chance that I've got something wrong here - apologies in advance.