R/plot_bar_qual.R
plot_bar_qual.Rd
This function returns bar plots of quality columns of a dataframe
plot_bar_qual(df, variables = NULL)
A data frame
A vector of names (or numbers) of columns of which the user wants to create bar plots
Bar plots in k rows and length(variables)/k columns where k is the largest divisor of the number of columns fewer than the number of chosen columns
plot_bar_qual(iris, 5)