read.arff package:foreign R Documentation _R_e_a_d _D_a_t_a _f_r_o_m _A_R_F_F _F_i_l_e_s _D_e_s_c_r_i_p_t_i_o_n: Reads data from Weka Attribute-Relation File Format (ARFF) files. _U_s_a_g_e: read.arff(file) _A_r_g_u_m_e_n_t_s: file: a character string with the name of the ARFF file to read from, or a 'connection' which will be opened if necessary, and if so closed at the end of the function call. _V_a_l_u_e: A data frame containing the data from the ARFF file. _R_e_f_e_r_e_n_c_e_s: Attribute-Relation File Format _S_e_e _A_l_s_o: 'write.arff'