This repository serves as an example to show dashboards structure and how to reference other files (R scripts, and quarto) from within a quarto file.
The main dashboard file is called dashboard_demo.qmd. Start there. Inside of that file you can see that other files in the same folder are referenced to provide content to the dashboard, while other content is generated within the file itself. Either approach is acceptable. To see the resulting dashboard this repository has github pages enabled. That means the .html files are visible as webpages. In fact, with some extra programming (in a future assignment) you can deploy an entire website from GitHub (all the assignments and many of the readings are currently hosted via gh pages). Use this address to view the dashboard: https://byui335.github.io/dashboard_child_source_file_demo/dashboard_demo .