How to send an HTML email using blastula::render_email()?

I'm sending an Rmarkdown generated email using the package Blastula. According to what I read, to render an HMTL file I should indicate it in render_options:

monthly_email <- blastula::render_email('Monthly Report.Rmd', render_options = list("html_document"))

However the graphs sent on the email are still low quality .png files.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.