Learn R Programming

jds.rmd (version 0.3.4)

pdf_article: PDF Article for Journal of Data Science

Description

Provides output format to render PDF article for submission to Journal of Data Science.

Usage

pdf_article(..., cls = c("jdsart", "jds"))

Value

The output format that can only be used with

bookdown::render_book().

Arguments

...

Optional named arguments passed to bookdown::pdf_book() and rmarkdown::pdf_document() other than base_format.

cls

The LaTeX class name. The available choices are jdsart for the latest class developed by vtex, or jds for the deprecated class.

Examples

Run this code
if (interactive() && requireNamespace("rmarkdown", quietly = TRUE)) {
    ## draft from a sample R markdown file
    jds.rmd::draft("jds-sample.Rmd")
    ## produce pdf with the tex source kept for submission
    rmarkdown::render("jds-sample.Rmd")
}

Run the code above in your browser using DataLab