README.md

qrmdreport

The goal of qrmdreport is to provide templates for project reports for Qualitas AG.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("pvrqualitasag/qrmdreport")

Example

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)


pvrqualitasag/qrmdreport documentation built on April 17, 2021, 6:37 a.m.