article: Steve's First Article/Manuscript Template

View source: R/article.R

articleR Documentation

Steve's First Article/Manuscript Template

Description

A template for academic articles/manuscripts. For more information, see here: http://svmiller.com/blog/2020/09/another-rmarkdown-article-template/.

Usage

article(...)

templ_article()

Arguments

...

Arguments to rmarkdown::pdf_document.

About YAML header fields

This section documents some of the YAML fields to know for this template.

FIELD DESCRIPTION
name name of the author
affiliation the affiliation of the author
thanks A place to thank people for their input, identify corresponding author, etc.
abstract include an abstract of the paper here
keywords some keywords for the manuscript
anonymous logical, defaults to FALSE. If TRUE, scrubs all identifying author info for peer review
removetitleabstract logical, defaults to FALSE. If TRUE, removes title/abstract for peer review (if you'd like)
appendix optional, but specifies appendix figure/table prefices
endnotes logical, defaults to FALSE. If TRUE, makes R Markdown footnotes as endnotes
twocol logical, defaults to FALSE. If TRUE, makes document two-column format

stevetemplates documentation built on Feb. 16, 2023, 6:17 p.m.