powered by
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()
html_dependency_tile_view()
An htmltools::tagList() with the tile view dependencies, or an htmltools::htmlDependency().
htmltools::tagList()
htmltools::htmlDependency()
use_tile_view(): Adds tile view to your xaringan slides.
use_tile_view()
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() ```
Run the code above in your browser using DataLab