Description Usage Arguments Value
View source: R/enroll_progress_plot.r
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.
1 | enroll_progress_plot(enroll_dates, target, enroll_start, enroll_end)
|
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 |
A ggplot2 plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.