rjournal_pdf_issue | R Documentation |
The R Journal is built upon the distill framework with some modifications. This output format produces the PDF for an R Journal issue.
The R Journal is built upon the distill framework with some modifications.
This output format behaves almost identically to the
distill::distill_article()
format, with some formatting and structural
changes.
rjournal_pdf_issue(..., render_all = FALSE)
rjournal_web_issue(toc = FALSE, self_contained = FALSE, rnews = FALSE, ...)
... |
Arguments passed to |
render_all |
Re-render all articles in the issue, even if the page numbers have not changed. |
toc |
|
self_contained |
Produce a standalone HTML file with no external dependencies, using data: URIs to incorporate the contents of linked scripts, stylesheets, images, and videos. Note that even for self contained documents MathJax is still loaded externally (this is necessary because of its size). |
rnews |
This issue is from R News. |
an generated R Journal issue
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.