mime_part {sendmailR}R Documentation

Create a MIME part

Description

Create a MIME part

Usage

mime_part(x, name, ...)

Arguments

x

Object to include

name

Name of mime part. Usually the filename of the attachment as displayed by the e-mail client.

...

Possible further arguments for mime_part implementations.

Value

An S3 mime_part object.

See Also

mime_part.character, mime_part_html, mime_part.data.frame, mime_part.matrix, mime_part.ggplot, mime_part.trellis


[Package sendmailR version 1.4-0 Index]