Skip to content

An 'R' package to send emails to students and tutees using 'blastula' and 'Microsoft365R'

Notifications You must be signed in to change notification settings

stats-ucl/tutees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tutees

This package uses blastula, Microsoft365R and htmltools to streamline the process of sending emails, particularly when the body of the message is the output of some data-wrangling.

Examples include:

  1. Send individualised emails to contacts stored in a spreadsheet (e.g. tutees meetings);
  2. Send reminders for different issues (e.g. non compliance to mandatory training).

The package contains two functions:

  1. write_email: this takes as input a file (it could be a quarto or an Rmarkdown file, with any amount of mark-down formatting) and pre-processes it through the blastula package to create the html-formatted body of the email.
  2. send_email: this uses the email message created by write_email and Microsoft365R to send it through the UCL account. The user is authenticated through the AzureR package and can specify the subject of the email, recipients and even add attachments.

About

An 'R' package to send emails to students and tutees using 'blastula' and 'Microsoft365R'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages