Skip to contents

Format for converting from R Markdown to a Birmingham and Solihull ICS branded xaringan presentation.

Usage

bsol_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", bsol_presentation())
}