Learn R Programming

sendmailR (version 1.4-0)

mime_part.default: Default MIME part method

Description

Creates a string representation of the object x using dput. This representation is then turned into a file attachment.

Usage

# S3 method for default
mime_part(x, name, ...)

Value

An S3 mime_part object.

Arguments

x

R object

name

Filename used for attachment (sans the .R extension)

...

Ignored.