knitrBootstrap (version 1.0.2)

knit_bootstrap: knit a Rmd file and wrap it in bootstrap styles

Description

This function includes the knitrBootstrap HTML headers to wrap the knitr output in bootstrap styled HTML.

Usage

knit_bootstrap(input, output = NULL, ...)

Arguments

input

Rmd input file to knit into HTML

output

HTML output file created, if NULL uses the input filename with the extension changed to .html

...

options passed to knit

See Also

knit_bootstrap_md