# NOT RUN {
make_barplot(dt = iris, bars = 'Species', value = 'Sepal.Length')
make_barplot(dt = ggplot2::mpg,
bars = 'manufacturer',
break_bars_by = 'model',
value = 'cty',
horizontal = TRUE,
sort_by_value = TRUE)
# }
Run the code above in your browser using DataLab