mime_part.matrix {sendmailR}R Documentation

Create a MIME part from a matrix.

Description

Create a MIME part from a matrix.

Usage

## S3 method for class 'matrix'
mime_part(x, name = deparse(substitute(x)), ...)

Arguments

x

Matrix

name

Basename of file attachment that is generated.

...

Ignored.

Value

An S3 mime_part object


[Package sendmailR version 1.4-0 Index]