amalinasulaiman / Life-Expectancy

I built my first web app dashboard using shiny and R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Life-Expectancy

I built my first web app dashboard using shiny and R

  1. The dataset for Life Expectancy can be obtained from gapminder and tidytuesday.
    • The clean dataset can be obtained from my Data Folder.

  1. Two seperate files were created:
  • ui.R
    • User Interface: This is what the users will see
  • server.R
    • Server Function: This is where the data is processed

  1. The deployed version is available on: https://amalinas.shinyapps.io/Life_Expectancy/

  1. The dashboard contains:
    • Life Expectancy vs. Time (per country)
    • Life Expectancy vs. Time (comparison of life expectancy of two countries)
    • Life Expectancy vs Continents (comparison of life expectancy of different continents at a specific year)
    • Life Expectancy vs GDP (Bubble Chart to see the relationship of GDP and Life Expectancy of different countries at a specific year)

About

I built my first web app dashboard using shiny and R


Languages

Language:R 100.0%