On this page
read.arff Read Data from ARFF Files
Description
Reads data from Weka Attribute-Relation File Format (ARFF) files.
Usage
read.arff(file)
Arguments
file |
a character string with the name of the ARFF file to read from, or a |
Value
A data frame containing the data from the ARFF file.
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.
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.