create_html_output_skeleton: Create a Rmarkdown (rmd) document with html_output

Description Usage Arguments

Description

create_html_output_skeleton is a wrapper to create_docu_skeleton for easily creating html-documents with reasonable default settings.

Usage

1
2
3
4
5
create_html_output_skeleton(psDocuName, psPkgPath = ".",
  psRmdTemplate = "default_html_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.