Skip to content

Instantly share code, notes, and snippets.

@lcolladotor
Created August 30, 2013 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lcolladotor/6393166 to your computer and use it in GitHub Desktop.
Save lcolladotor/6393166 to your computer and use it in GitHub Desktop.
.Rprofile to run knitrBootstrap
## For knitr bootstrap
## More info at http://www.rstudio.com/ide/docs/authoring/markdown_custom_rendering
options(rstudio.markdownToHTML =
function(inputFile, outputFile) {
require(knitrBootstrap)
knit_bootstrap_md(input=inputFile, output=outputFile, code_style="Brown Paper", chooser=c("boot", "code"), show_code=FALSE)
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment