Skip to contents

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.