jss_paged {pagedown} | R 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 |
Value
An R Markdown output format.
[Package pagedown version 0.20 Index]