email: Create an email to send after your job has finished. Bandit...

Description Usage Arguments Examples

Description

Create an email to send after your job has finished. Bandit will automatically send this email for you.

Usage

1
email(recipients, subject, body)

Arguments

recipients

Character vector of email addresses.

subject

Subject line of the email.

body

Body of the email. Can be raw text or HTML. This needs to be an atomic character vector (length 1).

Examples

1
2
3
4
5
6
## Not run: 
email("hi@yhat.com", "This is my Subject", "And you're seeing this body!")
email(c("paul@yhathq.com", "hi@yhat.com"), "Two People", "Will get this!")
email(c("smug@smugdouglas.com"), "HTML", "<p>Wow! HTML is <b>fun!</b></p>")

## End(Not run)

yhat/banditr documentation built on May 4, 2019, 2:33 p.m.