Rdocumentation
powered by
Learn R Programming
foreign (version 0.2-8)
read.mtp: 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
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
http://www.minitab.com/
Examples
Run this code
read.mtp(
"ex1-10.mtp"
)
Run the code above in your browser using
DataLab