rticles (version 0.6)

pnas_article: PNAS journal format.

Description

Format for creating submissions to PNAS journals.

Usage

pnas_article(..., keep_tex = TRUE)

Arguments

...

Additional arguments to rmarkdown::pdf_document

keep_tex

Keep the intermediate tex file used in the conversion to PDF

Value

R Markdown output format to pass to render

Examples

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

Run the code above in your browser using DataCamp Workspace