Testing webR functionality in Quarto documents
WebR Code Cell
Editing the content of webR code cells and clicking Run Code changes the output.
Plots
With webR, code output is not limited to text but can also include plots.
Non-base packages
You can install cran packages by including them in the yaml definition or by calling webr::install()
. For this page I have already installed the dplyr
and ggplot2
packages. ÃŒnstalled packages can be loaded with library()
.