Skip to content

Instantly share code, notes, and snippets.

View seananderson's full-sized avatar

Sean Anderson seananderson

View GitHub Profile
@seananderson
seananderson / knitr-themes
Last active December 22, 2015 16:59
A demonstration of knitr LaTeX themes
library(knitr)
themes <- knit_theme$get()
opening <- "
<<>>=
"
opening_no_echo <- "
<<echo=FALSE>>=
"