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.
Value
An S3 mime_part object.