mime_part.default {sendmailR} | R 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.
[Package sendmailR version 1.4-0 Index]