Read Data from ARFF Files
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 https://waikato.github.io/weka-wiki/formats_and_processing/arff/
read.arff(system.file("arff", "contact-lenses.arff", package = "RWeka"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.