Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using blastula to send multiple emails from RStudio Connect #332

Open
dswos21 opened this issue May 9, 2024 · 0 comments
Open

Using blastula to send multiple emails from RStudio Connect #332

dswos21 opened this issue May 9, 2024 · 0 comments

Comments

@dswos21
Copy link

dswos21 commented May 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant