rmd_template: rosr Rmd template

Description Usage Arguments Details Value

View source: R/rmd.R

Description

rosr Rmd template

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
rmd_template(
  ...,
  template_name,
  keep_tex = TRUE,
  citation_package = "natbib",
  md_extensions = c("-autolink_bare_uris", "-auto_identifiers")
)

statement_svm(...)

article_svm(...)

cv_svm(...)

syllabus_svm(...)

manuscript_svm(...)

letter_moderncv(...)

beamer(...)

Arguments

...,

keep_tex, citation_package, md_extensions Arguments passed to rmarkdown::pdf_document().

template_name

the template name.

keep_tex

Keep the intermediate tex file used in the conversion to PDF

citation_package

The LaTeX package to process citations, natbib or biblatex. Use none if neither package is to be used.

md_extensions

Markdown extensions to be added or removed from the default definition or R Markdown. See the rmarkdown_format for additional details.

Details

statement_svm, article_svm, cv_svm, syllabus_svm, manuscript_svm are adapted from https://github.com/svmiller/svm-r-markdown-templates.

Value

An R Markdown output format.


rosr documentation built on July 2, 2020, 2:28 a.m.

Related to rmd_template in rosr...