rticles (version 0.4.1)

rjournal_article: R Journal format.

Description

Format for creating R Journal articles. Adapted from https://journal.r-project.org/submissions.html.

Usage

rjournal_article(...)

Arguments

...

Arguments to rmarkdown::pdf_document

Value

R Markdown output format to pass to render

Examples

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

Run the code above in your browser using DataCamp Workspace