Learn R Programming

rosr (version 0.0.8)

rmd_template: rosr Rmd template

Description

rosr Rmd template

Usage

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_zh(...)

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.

Value

An R Markdown output format.

Details

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