Wrapper function for rmarkdown::draft to create an empty Qualitas AG report document including the logo on the title page.
draft_quagprojectreport(
ps_path,
ps_create_dir = "default",
pb_open = rlang::is_interactive(),
pl_repl_value = NULL
)
path to the document to be created
specify whether to create a new directory
open the created file in rstudio editor
list with values to replace placeholders
invisible(TRUE)
The template 'quagprojectreport' is taken from this package 'qrmdtmpl'.
if (FALSE) {
draft_quagprojectreport(ps_path = 'empty_test_doc')
}