Christophe Dervieux | 7f1add5 | 2021-09-15 15:42:07 +0200 | [diff] [blame] | 1 | --- |
| 2 | title: "Example projects" |
| 3 | resource_files: |
| 4 | - images/ |
| 5 | --- |
| 6 | |
| 7 | ```{r setup, include = FALSE} |
| 8 | library(quillt) |
| 9 | ``` |
| 10 | |
| 11 | |
| 12 | 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. |
| 13 | |
| 14 | |
| 15 | ```{r, echo=FALSE} |
| 16 | examples(yml = "examples.yml") |
| 17 | ``` |
| 18 | |
Christophe Dervieux | 4c2c67f | 2021-10-28 11:50:16 +0200 | [diff] [blame^] | 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/main/vignettes/articles/examples.Rmd) in the repository. |