Skip to content

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.

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.

Usage

Render the dashboard with:

quarto render aps-dashboard.qmd

Viewing Output

  • Outputs an HTML dashboard as a file named index.html at the project root
  • Open this HTML file in a web browser to view visualizations and insights.

Development Tips

  • Make incremental edits and render frequently to check dashboard appearance.
  • Document changes clearly for better version control and collaboration.

Clone this wiki locally