Learn R Programming

sendmailR (version 1.4-0)

mime_part: Create a MIME part

Description

Create a MIME part

Usage

mime_part(x, name, ...)

Value

An S3 mime_part object.

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.

See Also

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