knitrBootstrap: 'knitrBootstrap' A framework to create Bootstrap 3 HTML...

Description Examples

Description

You can also specify the options in your YAML front-matter, see the rmarkdown documentation for examples.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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)

knitrBootstrap documentation built on May 2, 2019, 9:30 a.m.