Lecture 14: Dashboards (Flexdash, Shiny, Quarto Dashboards)
DSAN 5200-03: Advanced Data Visualization
Tuesday, April 23, 2024
Compartmentalize!
- Division of labor \(\longleftrightarrow\)
.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!
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)