tile_view: Tile View

tile_viewR 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

  • 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().

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


xaringanExtra documentation built on July 16, 2022, 5:06 p.m.