powered by
Load multiple xaringanExtra extensions at once. All extensions can be loaded with this function.
use_xaringan_extra( include = c("tile_view", "animate_css", "tachyons", "panelset", "broadcast", "share_again", "scribble") )
An htmltools::tagList() with the htmltools::htmlDependency()s for the requested extensions.
htmltools::tagList()
htmltools::htmlDependency()
Character vector of extensions to include. One or more of "tile_view", "editable", "share_again", "broadcast", "slide_tone", "animate_css", "panelset" "tachyons", "fit_screen", "webcam", "clipboard", "search", "scribble", "freezeframe".
"tile_view"
"editable"
"share_again"
"broadcast"
"slide_tone"
"animate_css"
"panelset"
"tachyons"
"fit_screen"
"webcam"
"clipboard"
"search"
"scribble"
"freezeframe"
use_xaringan_extra(c("tile_view", "panelset")) use_xaringan_extra(c("tile_view", "scribble", "share_again"))
Run the code above in your browser using DataLab