2025-03-28

Introduction

  • The Air Quality Dashboard is an interactive Shiny application.
  • It allows users to explore the airquality dataset in R.
  • Users can filter data, view a table, and check summary statistics.
  • The app is user-friendly with a simple UI and interactive components.

Features of the Dashboard

Dropdown menu to filter air quality data by month.
Checkbox to show/hide summary statistics.
Interactive Data Table for sorting and exploring data.
Tabbed UI to separate Data Table and Summary sections.

Data Table & Summary

  • The Data Table shows filtered air quality data dynamically.
  • Users can sort and browse the dataset easily.
  • The Summary tab displays statistical summaries (Ozone, Temp, Wind, etc.).
  • The checkbox lets users toggle summary visibility.

Deployment & Access