rpt_daily_pptx: Create Powerpoint for Daily Status Report

View source: R/rpt_daily.R

rpt_daily_pptxR Documentation

Create Powerpoint for Daily Status Report

Description

Create Powerpoint for Daily Status Report

Usage

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)
)

Arguments

date

The date for which to run the report; defaults to most recent

dir

The directory to save the report; set to NULL to return without saving

inv

Investigation data from process_inv()

pcr

PCR test data from process_pcr()

Value

An rpptx object


jesse-smith/covidReport documentation built on Aug. 3, 2024, 4:52 p.m.