knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
A description protocol on how new RMarkdown templates can be created is given.
According to https://usethis.r-lib.org/reference/use_rmarkdown_template.html a new RMarkdown template can be created by
usethis::use_rmarkdown_template(template_name = "Charlotte-NGS Exam RMarkdown Template", template_dir = 'crmdexam', template_description = 'Exam used for all courses hosted by the Charlotte-NGS platform')
The above command creates the directory 'inst/rmarkdown/templates/crmdexam' containing a yaml-file and a subdirectory called 'skeleton'. An empty skeleton RMarkdown file and all other contents are copied into the subdirectory 'skeleton'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.