Sending email from outlook in R

Hi ,

I am able to send email with one data frame from outlook with Body using Rdcomclient and xtable ,but unable to send two data frames vertically .can anyone help here .

The below code am using.

x <- c(mail1 ,mail2)
y <- as.data.frame(x)
z <- print(xtable(y), type="html", print.results=FALSE)
body <- paste0("", z, "")
outMail[["HTMLbody"]] = body

1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.