-
Notifications
You must be signed in to change notification settings - Fork 0
APS Dasbhboard.qmd
rachitest edited this page May 12, 2025
·
2 revisions
The aps-dashboard.qmd is a Quarto markdown file defining the dashboard's visualizations and overall structure.
- Defines YAML metadata for Quarto rendering.
- Incorporates visualizations and tables, generated using R and integrated into the markdown structure.
- References processed data for clear and informative visualizations.
Render the dashboard with:
quarto render aps-dashboard.qmd- Outputs an HTML dashboard as a file named
index.htmlat the project root - Open this HTML file in a web browser to view visualizations and insights.
- Make incremental edits and render frequently to check dashboard appearance.
- Document changes clearly for better version control and collaboration.