read.arff {foreign} | R Documentation |
Reads data from Weka Attribute-Relation File Format (ARFF) files.
read.arff(file)
file |
a character string with the name of the ARFF file to read
from, or a |
A data frame containing the data from the ARFF file.
Attribute-Relation File Format
http://www.cs.waikato.ac.nz/~ml/weka/arff.html
http://weka.sourceforge.net/wekadoc/index.php/en:ARFF_(3.5.1)