Demo: Revamped Noninteractive Areas
We’ve slowed down each cell’s execution time by about 1/2 of a second to show how the document is responding.
Package dependencies
The quarto-webr
extension is set to automatically install and load the ggplot2
and dplyr
packages by specifying a packages
key in the document’s header.
Generate a graph
Let’s move from setup to generating and displaying results by using g
object created in setup
within an output
context:
Re-use prior graph object
Let’s also re-use the base g
but change the aesthetics so that colour is now present.
This Quarto extension is open source software and is not affiliated with Posit, Quarto, or webR. The extension is at best a community effort to simplify the integration of webR inside of Quarto generated documents.