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

promedr

Travis build status Codecov test coverage

The goal of promedr is to pre-process data from ProMED and HealthMap and produce a clean incidence time series that can be used in analysis downstream.

ProMED/HealthMap data are made available as a CSV with the following columns:

Processing this data consists of the following steps:

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("sangeetabhatia03/promedr")


sangeetabhatia03/promedr documentation built on March 12, 2020, 7:25 a.m.