rpt_daily_mail | R Documentation |
Send Daily COVID-19 Status Summary via Outlook Email
rpt_daily_mail(
date = NULL,
to = c("Jesse.Smith@shelbycountytn.gov", "Chaitra.Subramanya@shelbycountytn.gov",
"Allison.Plaxco@shelbycountytn.gov"),
dir_pptx = coviData::path_create("V:/EPI DATA ANALYTICS TEAM/COVID SANDBOX REDCAP DATA/Status Report",
"automated"),
demog = rlang::is_true(weekdays(date_inv(date)) == "Tuesday"),
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 |
to |
A |
dir_pptx |
Directory containing daily status report powerpoint files |
demog |
Should the demographics report be attached? The default attaches on Tuesdays only. |
inv |
Investigation data from
|
pcr |
PCR test data from
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.