Description Usage Arguments Value See Also
The strategy adopted by this package is to knit R markdown to markdown and then control the subsequent PDF generation using a Makefile to govern pandoc and latex. That lets us generate multiple PDFs from a single R markdown source without re-knitting.
1 2 3 4 5 6 7 8 9 10 11 12 |
fig_width, fig_height |
default figure dimensions (inches). Note that beamer slides have small "physical" dimensions: 128 mm x 96 mm or about 5 in x 3.75 in. The default values here are meant for slides with just one figure on them (and possibly a title and a caption). |
fig_crop, latex_engine |
same as for the built-in
|
highlight |
syntax highlighting scheme to be used on slides. Note that this option is currently only supported if specified in the R markdown source. |
highlight_paper |
syntax highlighting scheme to be used on handouts and notes. Note that this option is currently only supported if specified in the R markdown source. |
dev |
graphics device. |
plot_font |
if TikZ and XeLaTeX are used, the name of the main font for
graphics. If |
plot_font_options |
given a |
scuro |
whether to apply the scuro color scheme to slides themselves. |
an R Markdown output format used by
render
.
The included lectures
R Markdown template for supporting
files and example source. In RStudio, choose "File > New File > R
Markdown...", choose "From Template," and select "Dark-on-Light Beamer
Slides."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.