Learn R Programming

mailmerge (version 0.2.5)

mailmerge-package: mailmerge: Mail Merge Using R Markdown Documents and 'gmailr'

Description

logo

Perform a mail merge (mass email) using the message defined in markdown, the recipients in a 'csv' file, and gmail as the mailing engine. With this package you can parse markdown documents as the body of email, and the 'yaml' header to specify the subject line of the email. Any '' braces in the email will be encoded with 'glue::glue()'. You can preview the email in the RStudio viewer pane, and send (draft) email using 'gmailr'.

Arguments

Author

Maintainer: Andrie de Vries apdevries@gmail.com

Details

The main function in this package is mail_merge()

See Also