Description Usage Arguments Details Author(s) Examples
This takes in data directly from the weekly_psy_discharges_query()
as the
data argument
1 | weekly_psy_discharges_automation(.data, .delete_file = FALSE, .email)
|
.data |
The data from |
.delete_file |
FALSE is the default, so the file will be kept, TRUE will delete the file after function completion |
.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. |
Will automatically keep the file unless otherwise specified
Sends file via email in Outlook
Steven P. Sanderson II, MPH
1 2 3 4 5 6 7 | ## Not run:
library(RDCOMClient)
library(tidyverse)
weekly_psy_discharges_query() %>%
weekly_psy_discharges_automation(.email = "someone@email.com")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.