R shiny code used to produce an interactive data application for exploring Myanmar's State and Region budgets.
shiny
- Handles interactivity and web page construction - linkdplyr
- Used to re-arrange and reshape budget data for use - linkRcharts
- Produces interactive D3 plots from within R - linkDT
- Produces interactive Jquery DataTables - linkggplot2
- Creates publication quality, non-interactive charts - linkggthemes
- Ready made themes for ggplot2 - linktidyr
- Used to add missing entries with budget values of 0 - link
Code is written so that each tab is independent of the others allowing for easy lifting of individual tabs.