# NOT RUN {
library(ggplot2)
library(dplyr)
# A ggplot histogram with 30 bins
mtcars %>%
dbplot_histogram(mpg)
# A ggplot histogram with bins of size 10
mtcars %>%
dbplot_histogram(mpg, binwidth = 10)
# }
Run the code above in your browser using DataLab