Travis-CI Build Status Coverage Status GitLab pipeline status

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

PROMISE.desc

The goal of PROMISE.desc is to provide functions commonly used to describe the PROMISE dataset (e.g. show incident cases, changes over time, etc).

Installation

# install.packages("devtools")
devtools::install_github("lwjohnst86/PROMISE.desc")

Usage

Here is one function to show an example of a function from PROMISE.desc:

library(PROMISE.desc)
example_data %>% 
    desc_incidence("DM") %>% 
    desc_table(caption = "Example data of incident cases at each time.")

More information on specific use can be found in the vignette.



lwjohnst86/PROMISE.desc documentation built on May 15, 2019, 5:03 a.m.