R package contains collection of useful Rmd Templates
require(devtools)
devtools::install_github("sk-sahu/Rmplates")
basic(new.Rmd)
or
rmarkdown::draft(
"new.Rmd", template = "class-sessions",
package = "Rmplates"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.