add_attachment: Add an attachment to your email. This can be any filetype.

Description Usage Arguments Examples

Description

Add an attachment to your email. This can be any filetype.

Usage

1
add_attachment(filepath)

Arguments

filepath

Path to the file you'd like to attach. *Note* that this will be the filepath *in your bandit job!*.

Examples

1
2
3
4
5
6
## Not run: 
add_attachment("my-plot.png")
add_attachment("train.csv")
add_attachment("scored-data.csv")

## End(Not run)

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