Learn R Programming

knitrBootstrap (version 0.9.0)

bootstrap_HTML: 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, boot_style = NULL,
    code_style = NULL, chooser = NULL, thumbsize = 3,
    show_code = FALSE, show_output = TRUE,
    show_figure = TRUE,
    graphics = getOption("menu.graphics"))

Arguments