Presentations

rstudio::conf(2022)
From R Markdown to Quarto

Andrew Bray

Getting Exercise

To get the materials for each part of this course packed in an RStudio Project, run:

```{r}
usethis::use_course("rmd-to-quarto/presentations")
```

One concept, three formats

---
title: "Quarto Presentations"
author: Author
format: beamer
---

---
title: "Quarto Presentations"
author: Author
format: pptx
---

---
title: "Quarto Presentations"
author: Author
format: revealjs
---

Revealjs

  • HTML format for slides (similar to remarkjs utilized by xaringan R package)
  • Feature rich and still being developed

Let’s give it a spin!

Features of Revealjs

Quarto Demo Presentation