| ds_plot_bar | R Documentation | 
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   | 
# plot single variable
ds_plot_bar(mtcarz, cyl)
# plot multiple variables
ds_plot_bar(mtcarz, cyl, gear)
# plot all variables
ds_plot_bar(mtcarz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.