Creates bar plots if the data has categorical variables.
ds_plot_bar(data, ..., fill = "blue", print_plot = TRUE)
| data | A |
|---|---|
| ... | Column(s) in |
| fill | Color of the bars. |
| print_plot | logical; if |
ds_plot_bar(mtcarz)ds_plot_bar(mtcarz, cyl)ds_plot_bar(mtcarz, cyl, gear)