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.