read.arff | R Documentation |
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/.
write.arff
;
functions write.arff
and read.arff
in package
RWeka which provide some support for logicals via conversion to
or from factors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.