50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


sendmailR (version 1.2-1)

mime_part.character: Create a MIME part from a character string. If the string matches a filename, a MIME part containing that file is returned instead.

Description

Create a MIME part from a character string. If the string matches a filename, a MIME part containing that file is returned instead.

Usage

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

Arguments

x

Character string, possibly a filename.

name

Name of attachment.

...

Ignored.

Value

An S3 mime_part object.