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

epidemos

epidemos is a collection of useful tools for epidemiological analysis that is still work in progress. Up to know, the published beta version includes functions primarily focussing on the data collection/scraping process. In order to facilitate that process, epidemos provides APIs to different public sources of large epidemiological datasets such as the Global Health Data Exchange (GHDx).

Installation

You can install epidemos from github via:

# install.packages("devtools")
devtools::install_github("schliebs/epidemos")
library(epidemos)

Example functions

Download Raw Data

Download ghdx US county level data from 1980 - 2014

library(epidemos)

downloadHealthData(dataset = "ghdx",
                   folder = "rawdata")

Clean Data

Unzip and clean ghdx data




schliebs/epidemos documentation built on May 6, 2019, 4:34 p.m.