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: _E_x_a_m_p_l_e_s: ## Not run: read.mtp("ex1-10.mtp") ## End(Not run)