Knitr bootstrap

Quick and dirty test for knitr boostrap framework.

r
rmarkdown
knitr
Author
Affiliation

Rutgers University

Published

May 26, 2014

Knitr bootstrap makes generating standalone reports extremely easy and the output looks really neat. Check out the example here. To recreate this you need to download the preview release of R Studio, and set up the front matter as follows:

---
output:
  knitrBootstrap::bootstrap_document:
    title: ""
    theme: default
    highlight: sunburst
    theme.chooser: TRUE
    highlight.chooser: TRUE
---