Lecture 14: Dashboards (Flexdash, Shiny, Quarto Dashboards)
DSAN 5200-03: Advanced Data Visualization
Class Sessions
Administrative Details
Compartmentalize!
- Division of labor
.qmd
files! - Then, literally:
- Website is one possible combination of
.qmd
files - Poster is another possible combination of
.qmd
files (more on this later) - Manuscript is a third possible combination of
.qmd
files - PDF is a fourth possible combination of
.qmd
files - …and so on!
- Website is one possible combination of
Tableau: The Final Missing Piece
- Everything we did last week
- Right click on “Cluster”
- Compute Using → Zipcode
- Profit 💰🤑📈
Dashboards 1.0
- Flexdashboard
- Shiny
Flexdashboard
Shiny
- Flexdashboard + Interactivity
Dashboards 2.0
Quarto Dashboards!
- See here for full details
- The core idea, however, is just: Compartmentalize!
Development vs. Production
Placeholders (Plz Use Them)
- Lorem Ipsum is sometimes helpful but…
print("Student data table here")
is more helpful!- You will run out of usable brain cells if you try to design the projects while coding their functionality
- (plz plz I beg you, pretty please)