Description Usage Arguments Details Examples
View source: R/creation_wrapper.R
This function is a wrapper to create a document that produces pdf output and that uses the template "quag_empty"
| 1 2 3 | create_quag_empty(psDocuName, psPkgPath = ".", psDocuSubdir = "vignettes",
  pDocuHasOwnSubdir = TRUE, pbOverwrite = FALSE, pbEdit = TRUE,
  plReplace = NULL)
 | 
| 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 | 
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.
| 1 2 3 4 | ## Not run: 
rqudocfmt::create_quag_empty(psDocuName = "my_doc")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.