use_xaringan_extra {xaringanExtra} | R Documentation |
Use xaringanExtra Extensions
Description
Load multiple xaringanExtra extensions at once. All extensions can be loaded with this function.
Usage
use_xaringan_extra(
include = c("tile_view", "animate_css", "tachyons", "panelset", "broadcast",
"share_again", "scribble")
)
Arguments
include |
Character vector of extensions to include. One or more of
|
Value
An htmltools::tagList()
with the htmltools::htmlDependency()
s
for the requested extensions.
Examples
use_xaringan_extra(c("tile_view", "panelset"))
use_xaringan_extra(c("tile_view", "scribble", "share_again"))
[Package xaringanExtra version 0.8.0 Index]