Format for converting from R Markdown to a Strategy Unit branded xaringan presentation.

su_presentation(...)

Arguments

...

additional arguments to pass to [xaringan::moon_reader()]

Value

R Markdown output format to pass to render

Examples

if (FALSE) {
library(rmarkdown)

# simple invocation
render("input.Rmd", su_presentation())
}