rticles (version 0.4.1)

asa_article: American Statistical Association (ASA) Journal format.

Description

This format was adapted from The American Statistican format, but it should be fairly consistent across ASA journals

Usage

asa_article(..., keep_tex = TRUE, citation_package = "natbib")

Arguments

...

Arguments to rmarkdown::pdf_document

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.

Value

R Markdown output format to pass to render

Examples

Run this code
# NOT RUN {
rmarkdown::draft("MyArticle.Rmd", template = "asa_article", package = "rticles")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab