How that html slideshow was done in R ? #5720
-
DescriptionI would like to make a similar presentation: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The slides are made with Quarto/Pandoc doesn't use Remark.js, but uses Reveal.js. Please consider looking at Quarto documentation website https://quarto.org/ before asking a question. In this case, the tutorials "Get Started" and the guides. |
Beta Was this translation helpful? Give feedback.
The slides are made with
xaringan
(R package using Remark.js).Quarto/Pandoc doesn't use Remark.js, but uses Reveal.js.
Please consider looking at Quarto documentation website https://quarto.org/ before asking a question. In this case, the tutorials "Get Started" and the guides.