Learn R Programming

knitrBootstrap (version 0.9.0)

knit_bootstrap_md: knit a md 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_md(input, output = NULL,
    boot_style = NULL, code_style = NULL, chooser = NULL,
    text = NULL, thumbsize = 3, show_code = FALSE,
    show_output = TRUE, show_figure = TRUE,
    markdown_options = c("mathjax", "base64_images", "use_xhtml"),
    graphics = getOption("menu.graphics"), ...)

Arguments

See Also

knit_bootstrap knit, markdownToHTML