knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-"
)

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()


OxfordIHTM/infohub documentation built on Sept. 17, 2020, 8:53 p.m.