File: mime_part.matrix.Rd

package info (click to toggle)
r-cran-sendmailr 1.4-0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 212 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mime_part.R
\name{mime_part.matrix}
\alias{mime_part.matrix}
\title{Create a MIME part from a matrix.}
\usage{
\method{mime_part}{matrix}(x, name = deparse(substitute(x)), ...)
}
\arguments{
\item{x}{Matrix}

\item{name}{Basename of file attachment that is generated.}

\item{...}{Ignored.}
}
\value{
An S3 \code{mime_part} object
}
\description{
Create a MIME part from a matrix.
}