blob: 69b4ac7b6ae0f2e48a3e40f7b4da5646b4b0d936 [file] [log] [blame]
Christophe Dervieux7f1add52021-09-15 15:42:07 +02001---
2title: "Example projects"
3resource_files:
4 - images/
5---
6
7```{r setup, include = FALSE}
8library(quillt)
9```
10
11
12The 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.
13
14
15```{r, echo=FALSE}
16examples(yml = "examples.yml")
17```
18
19**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/master/vignettes/articles/examples.Rmd) in the repository.