R/fu_stat_beamer.R

Defines functions fu_stat_beamer

fu_stat_beamer <- function(...) {
  template <- find_resource("fuStatBeamer", "template.tex")
  rmarkdown::beamer_presentation(
    template = template,
    fig_width = 6.5,
    fig_height = 5,
    ...
  )
}
wahani/wahaniMiscs documentation built on May 3, 2019, 8:10 p.m.