This is an interactive R/Shiny
dashboard
that showcases select data from the report
The State of Food Security and Nutrition in the World 2022 (SOFI)
accessible from FAO or UNICEF with additional
supporting data obtained from the UNICEF data warehouse.
View the design summary.
This app makes extensive use of the CSS property backdrop-filter
which is not supported by the native browser within RStudio.
For the optimal visual experience, please view the running application
in a modern browser. Google Chrome
would be preferred, although would
also work in Firefox
and Safari
.
source("./R/libraries.R")
# At the root project directory
shiny::runApp()
root
|- data: data sources for the dash board
|- doc: documentation
|- R: supporting R scripts for the app
|- src: supporting non-R source files and assets
|- www: production non-R files and assets for use by the app
Non-R source files are built using webpack
,
transforming from ./src
to ./www
.
# install node module
npm install
# build
npm run build
Johnson Zhou
Assignment 2
GEOM90007 Information Visualisation
University of Melbourne
Email: [email protected]
Email: [email protected]
Github: https://github.com/johnsonjzhou/geom90007-a2
Material presented in this dashboard do not imply the expression of any opinion on part of the Developer or the University of Melbourne. The responsibility for the interpretation and use of the material lies with the user. In no event shall the Developer or the University of Melbourne be liable for damages arising from its use.