1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
  
     | 
    
      % Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mime_part.R
\name{mime_part}
\alias{mime_part}
\title{Create a MIME part}
\usage{
mime_part(x, name, ...)
}
\arguments{
\item{x}{Object to include}
\item{name}{Name of mime part. Usually the filename of the
attachment as displayed by the e-mail client.}
\item{...}{Possible further arguments for \code{mime_part}
implementations.}
}
\value{
An S3 \code{mime_part} object.
}
\description{
Create a MIME part
}
\seealso{
\code{\link{mime_part.character}}, \code{\link{mime_part_html}}, 
\code{\link{mime_part.data.frame}}, \code{\link{mime_part.matrix}}, 
\code{\link{mime_part.ggplot}}, \code{\link{mime_part.trellis}}
}
 
     |