Skip to contents

This function populates the working directory with files corresponding to the xaringan template of the package.

Usage

use_xaringan(file)

Arguments

file

Name of the `.Rmd` file to create.

Examples

if (FALSE) {
library(innovar)
use_xaringan("class_01.Rmd")
}