Lecture 21
Cornell University
INFO 3312/5312 - Spring 2026
April 14, 2026
Source: The Economist
A dashboard is a visual display of data used to monitor conditions and/or facilitate understanding.
Source: The Big Book of Dashboards
Application code is executed in the browser
Application code is executed on the server
Navigation Bar and Pages — Icon, title, and author along with links to sub-pages (if more than one page is defined).
Sidebars, Rows & Columns, and Tabsets — Rows and columns using markdown heading (with optional attributes to control height, width, etc.). Sidebars for interactive inputs. Tabsets to further divide content.
Cards (Plots, Tables, Value Boxes, Content) — Cards are containers for cell outputs and free form markdown text. The content of cards typically maps to cells in your notebook or source document.
ae-20Instructions
ae-20 (repo name will be suffixed with your GitHub name).renv::restore() to install the required packages, open the Quarto document in the repo, and follow along and complete the exercises.