rmarkdown Format for converting from R markdown to Bootstrap styled HTML
bootstrap_document(title = NULL, theme = "default",
highlight = "highlightjs", theme.chooser = FALSE,
highlight.chooser = FALSE, menu = TRUE, custom.header = NULL,
clean_supporting = TRUE)
Title to use in the bootstrap document
Visual theme ('Default', 'Amelia', 'Cerulean', 'Cosmo', 'Cyborg', 'Journal', 'Flatly', 'Readable', 'Simplex', 'Slate', 'Spacelab', 'United').
Syntax highlighting style ('HighlightJs', 'Dark', 'Far', 'Idea', 'Sunburst', 'Zenburn', 'Visual Studio', 'Ascetic', 'Magula', 'Github', 'Google Code', 'Brown Paper', 'School Book', 'IR Black', 'Solarized - Dark', 'Solarized - Light', 'Arta', 'Monokai', 'Xcode', 'Pojoaque', 'Rainbow', 'Tomorrow', 'Tomorrow Night', 'Tomorrow Night Bright', 'Tomorrow Night Blue', 'Tomorrow Night Eighties').
Adds a dynamic theme chooser to the page, pass `TRUE` to include.
Adds a dynamic highlight chooser to the page, pass `TRUE` to include.
Whether to use a toggle menu, [logical(TRUE)].
HTML file containing any extra header logic such as external script or CSS includes.
Whether to clean the supporting files, [logical(TRUE)].