The R Markdown blastula_email output format
The R Markdown blastula_email
output format
blastula_email( content_width = "1000px", toc = FALSE, toc_depth = 3, toc_float = FALSE, number_sections = FALSE, section_divs = TRUE, fig_width = 5.35, fig_height = 5, fig_retina = 2, fig_caption = TRUE, dev = "png", smart = TRUE, self_contained = TRUE, template = "blastula", includes = NULL, keep_md = FALSE, md_extensions = NULL, connect_footer = FALSE, ... )
content_width |
The width of the rendered HTML content. By default, this
is set to |
toc |
If you would like an automatically-generated table of contents in
the output email, choose |
toc_depth |
The depth of headers to include in the table of contents (
should |
toc_float |
An option to float the table of contents to the left of the
main document content. By default, this is |
number_sections |
Sections can be sequentially numbered if this is set
to |
section_divs |
This wraps sections in |
fig_width, fig_height |
The figure width and height in units of inches. |
fig_retina |
The scaling factor for retina displays. The default value
is |
fig_caption |
An option to render figures with captions. By default,
this is set to |
dev |
The R graphics device for figures. By default, this is the |
smart |
An option to produce typographically correct output. This will
convert straight quotes to curly quotes, |
self_contained |
Should a self-contained output file be generated. By
default, this is |
template |
The Pandoc template to use for rendering. This is the
|
includes |
A named list of additional content to include within the
document. This is typically created using the |
keep_md |
Should you need the keep the intermediate Markdown (.md) file,
set this to |
md_extensions |
Markdown extensions to be added or removed from the default definition or R Markdown. |
connect_footer |
Should a prepared footer message with links be included in the rendered email? |
... |
Specify other options in |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.