Package: mailmerge 0.2.5
mailmerge: Mail Merge Using R Markdown Documents and 'gmailr'
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'.
Authors:
mailmerge_0.2.5.tar.gz
mailmerge_0.2.5.zip(r-4.5)mailmerge_0.2.5.zip(r-4.4)mailmerge_0.2.5.zip(r-4.3)
mailmerge_0.2.5.tgz(r-4.4-any)mailmerge_0.2.5.tgz(r-4.3-any)
mailmerge_0.2.5.tar.gz(r-4.5-noble)mailmerge_0.2.5.tar.gz(r-4.4-noble)
mailmerge_0.2.5.tgz(r-4.4-emscripten)mailmerge_0.2.5.tgz(r-4.3-emscripten)
mailmerge.pdf |mailmerge.html✨
mailmerge/json (API)
NEWS
# Install 'mailmerge' in R: |
install.packages('mailmerge', repos = c('https://andrie.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/andrie/mailmerge/issues
Last updated 8 months agofrom:0f1004b8ca. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 27 2024 |
Exports:%>%in_viewermail_mergemm_read_googledocmm_read_messagemm_read_message_googledocpreview_mailmerge
Dependencies:askpassbase64encbslibcachemclicommonmarkcrayoncurldigestevaluatefansifastmapfontawesomefsgarglegluegmailrgoogledrivehighrhtmltoolshttpuvhttrjquerylibjsonliteknitrlaterlifecyclemagrittrmemoisemimeminiUIopensslpillarpkgconfigpromisespurrrR6rappdirsRcpprematch2rlangrmarkdownrstudioapisassshinysourcetoolssystibbletinytexutf8uuidvctrswithrxfunxtableyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Merges data into an email and send. | mail_merge |
Read a markdown file from google drive | mm_read_googledoc |
Parse a markdown document into yaml and body components. | mm_read_message |
Parse the email template inside a markdown document on google drive. | mm_read_message_googledoc |
Preview mailmerge as shiny gadget in RStudio preview pane. | preview_mailmerge |