blob: 93256857c39a0bf6dd43fe8c35b16d9cde329e8f [file] [log] [blame]
---
title: "Example projects"
resource_files:
- images/
---
```{r setup, include = FALSE}
library(quillt)
```
The examples below illustrate the use of revealjs with various packages and layouts. If you want to learn more about how the dashboards were created each example includes a link to its source code.
```{r, echo=FALSE}
examples(yml = "examples.yml")
```
**blogdown** repo contains an example on how to dynamically generate the `example.yml` taking screenshot of the featured examples. See [`example.Rmd`](https://github.com/rstudio/blogdown/blob/main/vignettes/articles/examples.Rmd) in the repository.