inst/templates/functions.R

# Your custom code is a bunch of functions.
create_plot <- function(data) {
  ggplot(data, aes(x = Petal.Width, fill = Species)) +
    geom_histogram(binwidth = 0.25) +
    theme_gray(20)
}
tjmahr/usedrake documentation built on Aug. 16, 2020, 9:38 p.m.