orsos_j_accounts_automation: ORSOS J Accounts Automation

Description Usage Arguments Details Author(s) Examples

View source: R/automations.R

Description

This takes in data directly from the orsos_j_accounts_query() as the data argument.

The RDCOMClient Library must be called into the namespace first with any of the following

Usage

1
orsos_j_accounts_automation(.data, .delete_file = FALSE, .email)

Arguments

.data

The data from orsos_j_accounts_query()

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

Details

Author(s)

Steven P. Sanderson II, MPH

Examples

1
2
3
4
5
6
7
## Not run: 
library(RDCOMClient)
library(tidyverse)
orsos_j_accounts_query() %>%
  orsos_j_accounts_automation(.email = "somone@email.com")

## End(Not run)

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