qec_cdi_automation: CDI QEC Numbers

Description Usage Arguments Details Author(s) Examples

View source: R/automations.R

Description

Gather Admit / Discharges counts for CDI QEC dashboard

Usage

1
qec_cdi_automation(.delete_file = FALSE, .email)

Arguments

.delete_file

Default is FALSE, TRUE will delete the file.

.email

Provide the email address for the recipient. The email must be in double quotes like so: c("person@licommunityhospital.org;person2@licommunityhospital.org") using a semi-colon if there is more than one address.

Details

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
5
6
## Not run: 
library(RDCOMClient)
library(tidyverse)
qec_cdi_automation(.email = "someone@email.com")

## End(Not run)

spsanderson/LICHospitalR documentation built on Jan. 6, 2022, 12:32 a.m.