[1] 2
Inspired in the xaringan theme made by Alison Hill
Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see https://quarto.org/docs/presentations/.
This is part of the Quarto documentation.
When you click the Render button a document will be generated that includes:
This is part of the Quarto documentation.
When you click the Render button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:
This is part of the Quarto documentation.
You can also add text marked as code
!
To make a slide like this, use:
# Title of slide {background-color="#562457"}
Hi!
Use . . .
to separate content as an incremental slide!
knitr::kable()
species | n | mean_heigth | mean_mass |
---|---|---|---|
Human | 35 | 177 | 83 |
Droid | 6 | 131 | 70 |
Gungan | 3 | 209 | 74 |
Kaminoan | 2 | 221 | 88 |
Mirialan | 2 | 168 | 53 |
Twi’lek | 2 | 179 | 55 |
Wookiee | 2 | 231 | 124 |
Zabrak | 2 | 173 | 80 |
DT::datatable()
With the smaller
class in the slide! Ex: ## slide name {.smaller}
gt::gt()
species | n | mean_heigth | mean_mass |
---|---|---|---|
Human | 35 | 177 | 83 |
Droid | 6 | 131 | 70 |
Gungan | 3 | 209 | 74 |
Kaminoan | 2 | 221 | 88 |
Mirialan | 2 | 168 | 53 |
Twi'lek | 2 | 179 | 55 |
Wookiee | 2 | 231 | 124 |
Zabrak | 2 | 173 | 80 |
reactable::reactable()
Read about how to create a diagram in this post by Mine Çetinkaya-Rundel.
#quartotip 21: Create diagrams in Quarto documents using Mermaid or Graphviz in executable code cells, similar to how you create figures.
— Quarto (@quarto_pub) July 19, 2022
Read more: https://t.co/3qx9oSNCay pic.twitter.com/fYzGcISl4h
You can use the function pagedown::chrome_print()
to print the HTML version into a PDF!
R-Ladies theme for Quarto Presentations. Code available on GitHub.