mime_part.matrix: Create a MIME part from a matrix.
Description
Create a MIME part from a matrix.
Usage
# S3 method for matrix
mime_part(x, name = deparse(substitute(x)), ...)
Value
An S3 mime_part
object
Arguments
- x
Matrix
- name
Basename of file attachment that is generated.
- ...
Ignored.