bootstrap_HTML {knitrBootstrap} | R Documentation |
Add the knitrBootstrap html header to an HTML file produced by knitr.
Description
This function includes the knitrBootstrap HTML headers to wrap the knitr output in bootstrap styled HTML.
Usage
bootstrap_HTML(input, output = NULL)
Arguments
input |
html filename to be wrapped with Bootstrap. |
output |
html filename to output. |
[Package knitrBootstrap version 1.0.3 Index]