R/create_templates.R
use_xaringan.Rd
This function populates the working directory with files corresponding to the xaringan template of the package.
use_xaringan(file)
Name of the `.Rmd` file to create.
if (FALSE) { library(innovar) use_xaringan("class_01.Rmd") }