buildhtmlmsg: Build HTML email message

Description Usage Arguments Examples

View source: R/sendEmail.R

Description

Build an email message from a vector or list of elements and include any attachments.

Usage

1
buildhtmlmsg(body, attachmentFileNames = NULL)

Arguments

body

A list or vector of html elements to go into the main message of the email

attachmentFileNames

A list or vector of paths refering to the attachements included in the email

Examples

1
2
x = c(toHTML("Test", "h2"), br(), toHTML("test text"))
buildhtmlmsg(x)

ivanliu1989/RQuant documentation built on Sept. 13, 2019, 11:53 a.m.