Reads data from Weka Attribute-Relation File Format (ARFF)
files.
Usage
read.arff(file)
Value
A data frame containing the data from the ARFF file.
Arguments
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.