tile_view | R Documentation |
Tile view gives you a way to quickly jump between slides. Just press O at any point in your slideshow and the tile view appears. Click on a slide to jump to the slide, or press O to exit tile view.
use_tile_view()
html_dependency_tile_view()
An htmltools::tagList()
with the tile view dependencies, or an
htmltools::htmlDependency()
.
use_tile_view()
: Adds tile view to your xaringan slides.
html_dependency_tile_view()
: Returns an htmltools::htmlDependency()
with the tile
view dependencies. Most users will want to use use_tile_view()
.
To add tile view to your xaringan presentation, add the following code chunk to your slides' R Markdown file.
```{r xaringan-tile-view, echo=FALSE} xaringanExtra::use_tile_view() ```
use_tile_view()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.