pagedown (version 0.20)

jss_paged: Create an article for the Journal of Statistical Software

Description

This output format is similar to html_paged.

Usage

jss_paged(
  ...,
  css = c("jss-fonts", "jss-page", "jss"),
  template = pkg_resource("html", "jss_paged.html"),
  csl = pkg_resource("csl", "journal-of-statistical-software.csl"),
  highlight = NULL,
  pandoc_args = NULL
)

Value

An R Markdown output format.

Arguments

..., css, template, csl, highlight, pandoc_args

Arguments passed to html_paged().