Is there any way to do that?
Yes, i'm new to R.
The easiest way to do it is using the "RWeka" library which has read. arff() function that reads . arff files.
If you cannot open your ARFF file correctly, try to right-click or long-press the file. Then click "Open with" and choose an application. You can also display a ARFF file directly in the browser: Just drag the file onto this browser window and drop it.
An ARFF (Attribute-Relation File Format) file is an ASCII text file that describes a list of instances sharing a set of attributes. ARFF files were developed by the Machine Learning Project at the Department of Computer Science of The University of Waikato for use with the Weka machine learning software.
read.arff
in package foreign
reads data from Weka Attribute-Relation File Format (ARFF) files.
Update: there is a new package on CRAN:
farff: A Faster 'ARFF' File Reader and Writer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With