Custom Emails with R Markdown and Blastula
Blastula is a package for creating beautiful custom emails in R. At Posit, we love interactive dashboards, but some situations call for a different communication mechanism. Use blastula to:
- Compose custom email bodies based on code, code output, and markdown
- Send emails using SMTP servers - even GMail - or integrate with production services like Connect
Blastula makes it easy to send notifications for everything from anomaly detection to fantasy basketball results, all without leaving R. Please be sure to visit the blastula website to find additional resources.
Review the examples below to learn more about creating custom emails.
Customized Conditional Email Workflows on Connect
- Description: Create an R Markdown report that will send an automated alert (email) whenever store inventory drops below a warning threshold.
- Data: Simulated Etsy shop inventory and orders
- Keywords: R Markdown, Connect, blastula, emailxa
- View example
Custom Emails with Parameterized R Markdown
- Description: A parameterized R Markdown HTML report which includes a custom email that can be requested via Connect.
- Data: Access to Care
- Keywords: Parameterized R Markdown, Connect, blastula
- View example