read.arff {RWeka} | R Documentation |
read.arff
reads data from Weka ARFF files into a data frame.
read.arff(file)
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. |
A data frame containing the data from the ARFF file.
Attribute-Relation File Format http://www.cs.waikato.ac.nz/~ml/weka/arff.html
read.arff(system.file("arff", "contact-lenses.arff", package = "RWeka"))