jss_paged: Create an article for the Journal of Statistical Software

View source: R/paged.R

jss_pagedR Documentation

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
)

Arguments

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

Arguments passed to html_paged().

Value

An R Markdown output format.


pagedown documentation built on Dec. 28, 2022, 1:16 a.m.