knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The website for qrmdreport is available at: https://fbzwsqualitasag.github.io/qrmdtmpl. 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("fbzwsqualitasag/qrmdtmpl")
This is a basic example which shows you how to solve a common problem:
library(qrmdtmpl) ## basic example code draft_quagprojectreport(ps_path = "example_quagprojectreport", pl_repl_value = list(title = "Example Project Report", author = "Peter von Rohr", date = "2021-08-27", output_format = "pdf_document"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.