doc_temp: Document Template

Description Usage Arguments Details Value

View source: R/doc_temp.R

Description

This function generates a document template for submission to the reports package to be inclusion as a template in the doc_library. This function is similar to package.skeleton.

Usage

1
2
  doc_temp(temp.name = "newDoc", doc.type = "tex",
    path = getwd())

Arguments

temp.name

The name of the template.

doc.type

The type of report that the template will contain ("doc", "rnw", "tex" or "web"). "doc" will contain a .docx document; "rnw" and "tex" contain both doc.rnw/doc.tex and preamble.tex files; whereas "web" contains doc.rmd/.

path

The path to where the project should be created. Default is the current working directory.

Details

templates must contain the following two items:

Additional project files and directories can be stored in the inst directory. Files in this directory will be placed in the main directory of the template created by new_report

To be submitted a .tex template must run in Debian TeX Live on Linux Mint and MiKTex on Windows. After a template has been tested it can be sent as a .zip file to reports.rpackage@gmail.com. Please note that the template folder/directory name must end in _tex, _rnw, _web or _doc to indicate to users type of template.

Value

Creates a document template framework for template personal use or submission.


reports documentation built on May 2, 2019, 8:29 a.m.