Skip to contents

Format for converting from R Markdown to an NCL branded xaringan presentation.

Format for converting from R Markdown to an NCL branded xaringan presentation.

Usage

ncl_presentation(...)

ncl_presentation(...)

Arguments

...

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

Value

R Markdown output format to pass to render

R Markdown output format to pass to render

Examples

if (FALSE) { # \dontrun{
library(rmarkdown)

# simple invocation
render("input.Rmd", ncl_presentation())
} # }
if (FALSE) { # \dontrun{
library(rmarkdown)

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