Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.29 KB

File metadata and controls

19 lines (15 loc) · 1.29 KB

About

This code creates a R Shiny dashboard that presents interavtive visualizations and trends in Global Health Estimates and health related SDG indicators for countries and regions.

Code

  1. "create_datasets.R" assembles all the data used in the dashbaord and stores it in "datasets.rda" file - dashbaord runs faster this way.
  2. "global.R" sets up all the filter options used in the dashboard.
  3. "ui.R" sets up the user interface: what the user sees and interacts with.
  4. "server.R" defines the back-end logic: produces the visualizations and calculations as the user interacts with the dashboard.
  5. "app.R" is the single entry point that combines both the user interface (UI) and the server logic so that the app can run.

Preview

image

Data sources