Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.05 KB

SAVI Monkeypox

R-CMD-check Codecov test coverage

About

This package contains some helpful R functions for data connection, transformation, and visualization to support CDC's International MPX response.
Most functions are fairly generic, CDC-specific, and liable to change drastically as needs shift.

Installation

You can install the latest development version of savimpx from GitHub using the following command:

devtools::install_github("CDCGoV/savimpx")

Thanks and Shoutouts

  • Thanks to the {spud} R package developed by RESIDE @ Imperial College London
    • Sharepoint configuration at CDC prohibited us from using {spud} natively, but our handling of the Request Digest was heavily inspired by their approach.