draft_qgenericdoc | R Documentation |
Wrapper function for rmarkdown::draft to create an empty Qualitas AG Rmarkdown document including the logo on the title page.
draft_qgenericdoc( ps_path, ps_create_dir = "default", pb_open = rlang::is_interactive(), pl_repl_value = NULL )
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 |
The template 'qemptydoc' is taken from this package 'qrmdtmpl'.
invisible(TRUE)
## Not run: draft_qgenericdoc(ps_path = 'empty_test_doc') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.