Skip to content

R Shiny app to create plots based on fictional UN procurement data

Notifications You must be signed in to change notification settings

KenHBS/ProcurementApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny ProcurementApp

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.

Usage

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()

ProcurementApp by Ken

About

R Shiny app to create plots based on fictional UN procurement data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages