The R Project SVN R-packages

Rev

Rev 2 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\name{read.mtp}
\alias{read.mtp}
%- Also NEED an `\alias' for EACH other topic documented here.
\title{Read a Minitab Portable Worksheet}
\description{
Return a list with the data stored in a file as a Minitab Portable Worksheet.
}
\usage{
read.mtp(fname)
}
\arguments{
 \item{fname}{character variable with the name of the file to read.  The
     file must be in Minitab Portable Worksheet format.}
}
\value{
    A list with one component for each column, matrix, or constant
    stored in the Minitab worksheet.
}
\references{\url{http://www.minitab.com/}}
\author{Douglas M. Bates}
\examples{
\dontrun{
read.mtp("ex1-10.mtp")
}
}
\keyword{data}%-- one or more ...