create_quag_ph_spez: Create a document from template quag_ph_spez

Description Usage Arguments Details Examples

View source: R/creation_wrapper.R

Description

This function is a wrapper to create a document that produces pdf output and that uses the template "quag_ph_spez"

Usage

1
2
3
create_quag_ph_spez(psDocuName, psPkgPath = ".", psDocuSubdir = "vignettes",
  pDocuHasOwnSubdir = TRUE, pbOverwrite = FALSE, pbEdit = TRUE,
  plReplace = NULL)

Arguments

psDocuName

name of the new document

psPkgPath

path where package is located under which document should be created

psDocuSubdir

subdirectory in which document should be saved to

pbOverwrite

flag whether existing files are overwritten

pbEdit

directly open newly created document

plReplace

list with replacement key-values

pbDocuHasOwnSubdir

should document be stored in separate subdir

Details

Per default the new document is created in a separate subdirectory, is not overwritten if it already exists, is open to be edited directly and does not pass on any information for pattern replacement.

Examples

1
2
3
4
## Not run: 
rqudocfmt::create_quag_ph_spez(psDocuName = "my_doc")

## End(Not run)

pvrqualitasag/rqudocfmt documentation built on May 26, 2019, 11:34 a.m.