Paul King
12 March 2017
My client, a project manager for a development NGO, wanted to be able to produce simple map images with specific countries highlighted.
The tool had to:
The initial proposal uses a shiny app based on the rworldmap package. The aims of this pilot are:
The tool intitially uses the example country data provided with rworldmap. The default countries selected are those where the NGO currently operates.
Figures below are calculated from the raw data set, for example:
ngoPopulation <- sum(ngoData$Population2005)/1000
Can you name the non-African country highlighted?