29.5 Interactivity

  • HTML documents created with Quarto can contain interactive components as well.
  • Two example options for including interactivity in your Quarto documents are htmlwidgets and Shiny.
    • htmlwidgets are R functions that produce interactive HTML visualizations
    • Shiny is a package that allows you to create interactivity using R code