html-dependencies {rmarkdown} | R Documentation |
These functions provide common HTML dependencies (e.g. jquery, bootstrap) for re-use by other R Markdown formats.
html_dependency_jquery() html_dependency_bootstrap(theme) html_dependency_jqueryui() html_dependency_tocify() html_dependency_font_awesome() html_dependency_ionicons() html_dependency_pagedtable() html_dependency_highlightjs(highlight)
theme |
Visual theme ("default", "cerulean", "journal", "flatly",
"readable", "spacelab", "united", "cosmo", "lumen", "paper", "sandstone",
"simplex", or "yeti"). Pass |
highlight |
Highlighter to use |