Read Data from ARFF Files
read.arff.RdReads data from Weka Attribute-Relation File Format (ARFF) files.
Arguments
- file
a character string with the name of the ARFF file to read from, or a
connectionwhich will be opened if necessary, and if so closed at the end of the function call.
References
Attribute-Relation File Format https://waikato.github.io/weka-wiki/formats_and_processing/arff/.
See also
write.arff;
functions write.arff and read.arff in package
RWeka which provide some support for logicals via conversion to
or from factors.