Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 772 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 772 Bytes

champs

Lifecycle: experimental

Provides utilities to compute several statistics of interest from CHAMPS Limited Data Set (https://champshealth.org/data-access/), as well as the ability to output these statistics in various formats such as PowerPoint slides, HTML tables, and plots.

Installation

You can install this package using the remotes package's install_github() function.

If you don't already have the remotes package, you can install it with:

install.packages("remotes")

Then you can install the champs package with:

remotes::install_github("ki-tools/champs")