https://github.com/ilvondir/world-population-visualization
RShiny web application, which is designed to visualize data of the world's population.
https://github.com/ilvondir/world-population-visualization
desctools plotly r shiny shinydashboard tidyverse
Last synced: 13 days ago
JSON representation
RShiny web application, which is designed to visualize data of the world's population.
- Host: GitHub
- URL: https://github.com/ilvondir/world-population-visualization
- Owner: Ilvondir
- License: mit
- Created: 2023-01-29T19:24:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-04T12:46:47.000Z (over 1 year ago)
- Last Synced: 2023-11-04T13:34:22.141Z (over 1 year ago)
- Topics: desctools, plotly, r, shiny, shinydashboard, tidyverse
- Language: R
- Homepage:
- Size: 15.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# World Population Visualization
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.
## Used Tools
- R 4.2.2
- Shiny 1.7.4
- ShinyDashboard 0.7.2
- Plotly 4.10.1
- tidyverse 1.3.2
- DescTools 0.99.47## Requirements
For running this program you need:
- [R](https://cran.r-project.org/bin/windows/base)
- [RStudio](https://posit.co/downloads) (optional)## How to run
1. Execute command `git clone https://github.com/Ilvondir/world-population-visualization`.
2. Open `ui.r` or `server.r` at R/RStudio.
3. Install all missing packages.
4. Run app in an external window using the button in the upper right corner of the workspace.## First Look
