This repository contains R
code to:
-
Parse data from the Welthunger-Index to create world map visualizations.
-
Create Shiny App to visualize the index and related variables.
To build the Docker image run
docker build -t viz-image .
To create a container run
docker run --rm -p 3838:3838 viz-image