An interactive R-Shiny dashboard built to explore Global Happiness Score, using the Data_by_Country and Data_by_Year datasets.
- Purpose: Visualize and analyze Global Happiness scores based on different factors.
- Data:
Data_by_CountryandData_by_Year - Features:
- Reactive architecture using reactive() and observeEvent()
- Plotly animations for smooth transitions
- Custom choropleth colour scale for intuitive mapping
- Min-max normalization for radar charts
- Modular UI layout with consistent styling and tooltips
- Clone the repo:
git clone https://github.com/advait0511/global-happiness-atlas-r-shiny.git
- Open app.R in RStudio.
- Click Run App.