Information Hub for the Oxford University MSc International Health and Tropical Medicine. The application is written in R language for statistical computing and graphics using the Shiny framework for web applications.
You can install infohub
in R from github with:
if(!require(remotes)) install.packages("remotes")
remotes::install_github("OxfordIHTM/infohub")
To open the information hub, run the following command in R:
openHub()