create_pdf_output_skeleton: Create a Rmarkdown (Rmd) document with pdf_output

Description Usage Arguments

Description

Function create_pdf_output_skeleton is a wrapper to create_docu_skeleton for easily creating pdf-documents with reasonable default settings.

Usage

1
2
3
4
create_pdf_output_skeleton(psDocuName, psPkgPath = ".",
  psRmdTemplate = "default_pdf_output", psTemplatePkg = "rmddochelper",
  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

psRmdTemplate

name of the template to be used

psTemplatePkg

package from where the template should be taken

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


charlotte-ngs/rmddochelper documentation built on June 27, 2019, 1:22 a.m.