View source: R/xaringanExtra-package.R
use_xaringan_extra | R Documentation |
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")
)
include |
Character vector of extensions to include. One or more of
|
An htmltools::tagList()
with the htmltools::htmlDependency()
s
for the requested extensions.
use_xaringan_extra(c("tile_view", "panelset"))
use_xaringan_extra(c("tile_view", "scribble", "share_again"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.