This app produces relevant plots on UN procurement (see UN Annual Statistical Report 2016 ). The data has been totally randomised and obfuscated. It may therefore be considered a fictional dataset.
The main purpose of this application was for me to get more familiar with R's Shiny and data.table packages.
The easiest way is to use shiny::runGitHub
or you can clone this repository and use runApp
:
# Either:
library(shiny)
runGitHub("ProcurementApp", "KenHBS")
# Or:
# First clone the repository with git. If you have cloned it into
# ~/procurement_app, first go to that directory, then use runApp().
setwd("~/procurement_app")
shiny::runApp()