The presented application visualizes data about the world's population. It is a web-based application created using the Shiny framework for the R programming language. The application displays various types of charts, depending on the interactively entered data. Each chart is located on a different panel. These include charts of overall population over the years, population charts by gender and age pyramids.
- R 4.2.2
- Shiny 1.7.4
- ShinyDashboard 0.7.2
- Plotly 4.10.1
- tidyverse 1.3.2
- DescTools 0.99.47
For running this program you need:
- Execute command
git clone https://github.com/Ilvondir/world-population-visualization
. - Open
ui.r
orserver.r
at R/RStudio. - Install all missing packages.
- Run app in an external window using the button in the upper right corner of the workspace.