html_fragment {rmarkdown} | R Documentation |
An html fragment is suitable for inclusion into an external html page. See
html_document
for full details - this is a minor variation that
assumes you will include the output into an existing document (e.g. a blog
post).
html_fragment(number_sections = FALSE, fig_width = 7, fig_height = 5, fig_retina = 2, fig_caption = TRUE, dev = "png", smart = TRUE, mathjax = TRUE, keep_md = FALSE, md_extensions = NULL, pandoc_args = NULL, ...)
number_sections |
|
fig_width |
Default width (in inches) for figures |
fig_height |
Default width (in inches) for figures |
fig_retina |
Scaling to perform for retina displays (defaults to 2, which
currently works for all widely used retina displays). Set to |
fig_caption |
|
dev |
Graphics device to use for figure output (defaults to png) |
smart |
Produce typographically correct output, converting straight quotes to curly quotes, — to em-dashes, – to en-dashes, and ... to ellipses. |
mathjax |
|
keep_md |
Keep the markdown file generated by knitting. |
md_extensions |
Markdown extensions to be added or removed from the
default definition or R Markdown. See the |
pandoc_args |
Additional command line options to pass to pandoc |
... |
Additional arguments passed to |
See the online
documentation for additional details on using the html_fragment
format.
R Markdown output format to pass to render