The goal of qrmdreport is to provide templates for project reports for Qualitas AG.
You can install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("pvrqualitasag/qrmdreport")
This is a basic example which shows you how to solve a common problem:
library(qrmdreport)
## basic example code
rmarkdown::draft(file = 'report1', package = 'qrmdreport', template = 'quagprojectreport', create_dir = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.