| html_clean | R Documentation | 
Format for converting from R Markdown to an HTML document.
html_clean( fig_width = 6, fig_height = 6, fig_caption = TRUE, highlight = "kate", lightbox = TRUE, thumbnails = TRUE, gallery = FALSE, toc = TRUE, toc_depth = 2, use_bookdown = FALSE, pandoc_args = NULL, md_extensions = NULL, mathjax = "rmdformats", ... )
fig_width | 
 Default width (in inches) for figures  | 
fig_height | 
 Default width (in inches) for figures  | 
fig_caption | 
 
  | 
highlight | 
 Syntax highlighting style. Supported styles include
"default", "tango", "pygments", "kate", "monochrome", "espresso",
"zenburn", "haddock", and "textmate". Pass   | 
lightbox | 
 if TRUE, add lightbox effect to content images  | 
thumbnails | 
 if TRUE display content images as thumbnails  | 
gallery | 
 if TRUE and lightbox is TRUE, add a gallery navigation between images in lightbox display  | 
toc | 
 if TRUE, display a table of contents  | 
toc_depth | 
 adjust table of contents depth  | 
use_bookdown | 
 if TRUE, uses   | 
pandoc_args | 
 arguments passed to the pandoc_args argument of rmarkdown   | 
md_extensions | 
 arguments passed to the md_extensions argument of rmarkdown   | 
mathjax | 
 set to NULL to disable Mathjax insertion  | 
... | 
 Additional function arguments passed to R Markdown   | 
Styling and features are very similar to the ones from the great knitrBootstrap package by Jim Hester : https://github.com/jimhester/knitrBootstrap
R Markdown output format to pass to render
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.