Function create_pdf_output_skeleton is a wrapper to
create_docu_skeleton for easily creating pdf-documents
with reasonable default settings.
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)
 | 
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  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.