Welcome to a demo RevealJS presentation that uses the quarto-webr
extension to generate interactive code cells with Quarto and webR.
Important
This template requires a pre-release version of Quarto that is 1.4.502 or greater that contains an updated copy of pandoc
. For more details, please see Issue #14.
Not the right template? Let’s go back to the documentation portal
This is a webR-enabled code cell in a Quarto RevealJS document.
You can embed the slide deck inside of a Quarto Website or Book by using:
<style>
.slide-deck {
border: 3px solid #dee2e6;
width: 100%;
height: 475px;
}
</style>
<div>
```{=html}
<iframe class="slide-deck" src="path/to/presentation/"></iframe>
```
</div>
Note
Avoid using within a RevealJS presentation. Only 1 instance of webR should be running.
Thanks for checking out the demo! Let’s head back to the documentation portal.