Data Mining Algorithms In R/Packages/RWeka/Read.arff
Description
editReads data from Weka Attribute-Relation File Format (ARFF) files.
Usage
editread.arff(file)
Arguments
editfile, 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.
Value
editA data frame containing the data from the ARFF file.
Example
editread.arff(system.file("arff", "contact-lenses.arff", package = "RWeka"))