Skip to content

Using blastula to send multiple emails from RStudio Connect #332

@dswos21

Description

@dswos21

I want to know how I can send multiple emails using blastula from rstudio connect, since I render the emails I want to send in different chunks and only the last chunk is sent

I show the example:

knitr::opts_chunk$set(echo = TRUE)
library (blastula)
 
  render_connect_email(input = "FX.Rmd") %>%
    attach_connect_email(
      subject = paste0("Anexo el cierre de FX a fecha ",tdy),
      attach_output = F,
      preview = T,
    )
 
  render_connect_email(input = "Blastula.Rmd") %>%
    attach_connect_email(
      subject = "Envio desde blastula",
      attach_output = F,
      preview = T
    )

Once I publish it in connect, only the volatilidad chunk is sent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions