Wrapper function for rmarkdown::draft to create a skeleton for a Qualitas AG report document in German. The document includes the logo on the title page.

draft_qprojektreport(
  ps_path,
  ps_create_dir = "default",
  pb_open = rlang::is_interactive(),
  pl_repl_value = NULL
)

Arguments

ps_path

path to the document to be created

ps_create_dir

specify whether to create a new directory

pb_open

open the created file in rstudio editor

pl_repl_value

list with values to replace placeholders

Value

invisible(NULL)

Details

The template 'qprojektreport' is taken from this package 'qrmdtmpl'.

Examples

if (FALSE) {
draft_qprojektreport(ps_path = 'empty_test_doc')
}