knitrBootstrap | R Documentation |
bootstrap_document
custom
rendering function for use with the rmarkdown
https://rmarkdown.rstudio.com/) package.You can also specify the options in your YAML front-matter, see the rmarkdown documentation for examples.
## Not run:
library(rmarkdown)
library(knitrBootstrap)
render('input.Rmd', bootstrap_document())
#with some options
render('input.Rmd', bootstrap_document(title='Test', highlight='Github',
theme='Slate', theme.chooser=TRUE, highlight.chooser=TRUE))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.