File: mime_part.data.frame.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 (24 lines) | stat: -rw-r--r-- 639 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
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mime_part.R
\name{mime_part.data.frame}
\alias{mime_part.data.frame}
\title{Create a MIME part from a \code{data.frame}.}
\usage{
\method{mime_part}{data.frame}(x, name = deparse(substitute(x)), filename_extension = ".txt", ...)
}
\arguments{
\item{x}{A \code{data.frame}.}

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

\item{filename_extension}{Filename extension (i.e., the suffix) to be used
for the attached file.}

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