knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Install the package from CRAN:
install.packages("mailmerge")
Install the dev version from https://github.com/andrie/mailmerge
remotes::install_github("andrie/mailmerge")
At the moment only gmail is supported as the email back-end, using the gmailr
package (https://github.com/r-lib/gmailr).
Before you use mail_merge()
it's important to authenticate against the gmail service, and you should use gmailr::gm_auth()
to do this.
knitr::include_graphics("man/figures/mail-merge.gif")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.