mime_part: Create a MIME part

View source: R/mime_part.R

mime_partR 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


sendmailR documentation built on Jan. 12, 2023, 5:10 p.m.