read.mtp               package:foreign               R Documentation

_R_e_a_d _a _M_i_n_i_t_a_b _P_o_r_t_a_b_l_e _W_o_r_k_s_h_e_e_t

_D_e_s_c_r_i_p_t_i_o_n:

     Return a list with the data stored in a file as a Minitab Portable
     Worksheet.

_U_s_a_g_e:

     read.mtp(file)

_A_r_g_u_m_e_n_t_s:

    file: character variable with the name of the file to read.  The
          file must be in Minitab Portable Worksheet format.

_V_a_l_u_e:

     A list with one component for each column, matrix, or constant
     stored in the Minitab worksheet.

_A_u_t_h_o_r(_s):

     Douglas M. Bates

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.minitab.com/>

_E_x_a_m_p_l_e_s:

     ## Not run: 
     read.mtp("ex1-10.mtp")
     ## End(Not run)

