mime_part.default: Default MIME part method

View source: R/mime_part.R

mime_part.defaultR Documentation

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

## Default S3 method:
mime_part(x, name, ...)

Arguments

x

R object

name

Filename used for attachment (sans the .R extension)

...

Ignored.

Value

An S3 mime_part object.


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