tile_view {xaringanExtra}R Documentation

Tile View

Description

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.

Usage

use_tile_view()

html_dependency_tile_view()

Value

An htmltools::tagList() with the tile view dependencies, or an htmltools::htmlDependency().

Functions

Usage

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()
```

Examples

use_tile_view()


[Package xaringanExtra version 0.8.0 Index]