inst/extdata/R/functions.R

# functions.R
create_plot <- function(data) {
  ggplot(data) +
    geom_histogram(aes(x = Ozone)) +
    theme_gray(24)
}
databio/unitar documentation built on May 21, 2021, 11:25 p.m.