enroll_progress_plot: Generate a plot of enrollment progress and targets throughout...

Description Usage Arguments Value

View source: R/enroll_progress_plot.r

Description

This function generates a plot (using ggplot2) of cumulative enrollment progress and enrollment targets throughout the given period. The plot currently aggregates by week only.

Usage

1
enroll_progress_plot(enroll_dates, target, enroll_start, enroll_end)

Arguments

enroll_dates

A Date vector of enrollment dates

target

The total enrollment target for the period

enroll_start

The start Date of the enrollment period

enroll_end

The end Date of the enrollment period

Value

A ggplot2 plot.


mmparker/to1check documentation built on May 23, 2019, 5:05 a.m.