R/gg_gt.R
sorted_bars.Rd
Sorted Bar Chart
sorted_bars(df, var)
data frame
column to plot
A ggplot2 object
ggplot2::diamonds |> sorted_bars(cut) + gg_theme()