Homogenize all project files to match base format

Co-authored-by: ArthurDanjou <29738535+ArthurDanjou@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-24 22:03:30 +00:00
parent 6f16bc4697
commit f87cadc96f
10 changed files with 66 additions and 78 deletions

View File

@@ -14,16 +14,14 @@ tags:
icon: i-ph-chart-bar-duotone
---
# Data Visualisation Project
This project involves creating an interactive data visualization application using R and R Shiny. The goal is to develop dynamic and explorable visualizations that allow users to interact with the data in meaningful ways.
## 🛠️ Technologies & Tools
- [R](https://www.r-project.org): A statistical computing environment, perfect for data analysis and visualization.
- [R Shiny](https://shiny.rstudio.com): A web application framework for R that enables the creation of interactive web applications directly from R.
- [ggplot2](https://ggplot2.tidyverse.org): A powerful R package for creating static and dynamic visualizations using the Grammar of Graphics.
- [dplyr](https://dplyr.tidyverse.org): An R package for data manipulation, providing a consistent set of verbs to help you solve common data manipulation challenges.
- [tidyr](https://tidyr.tidyverse.org): An R package for tidying data, making it easier to work with and visualize.
- **[R](https://www.r-project.org)**: A statistical computing environment, perfect for data analysis and visualization.
- **[R Shiny](https://shiny.rstudio.com)**: A web application framework for R that enables the creation of interactive web applications directly from R.
- **[ggplot2](https://ggplot2.tidyverse.org)**: A powerful R package for creating static and dynamic visualizations using the Grammar of Graphics.
- **[dplyr](https://dplyr.tidyverse.org)**: An R package for data manipulation, providing a consistent set of verbs to help you solve common data manipulation challenges.
- **[tidyr](https://tidyr.tidyverse.org)**: An R package for tidying data, making it easier to work with and visualize.
The project is currently in progress, and more details will be added as development continues.