rpt_daily_pptx | R Documentation |
Create Powerpoint for Daily Status Report
rpt_daily_pptx(
date = NULL,
dir = coviData::path_create("V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/Status Report",
"automated"),
inv = process_inv(read_inv(date)),
pcr = process_pcr(read_pcr(date), inv = inv)
)
date |
The date for which to run the report; defaults to most recent |
dir |
The directory to save the report; set to |
inv |
Investigation data from
|
pcr |
PCR test data from
|
An rpptx
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.