Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.08 KB

infohub

Lifecycle: maturing Travis-CI Build Status AppVeyor Build Status

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.

Installation

You can install infohub in R from github with:

if(!require(remotes)) install.packages("remotes")
remotes::install_github("OxfordIHTM/infohub")

Usage

To open the information hub, run the following command in R:

openHub()