powered by
Writes data into Weka Attribute-Relation File Format (ARFF) files.
write.arff(x, file, eol = "\n")
the data to be written, preferably a matrix or data frame. If not, coercion to a data frame is attempted.
either a character string naming a file, or a connection. "" indicates output to the standard output connection.
""
the character(s) to print at the end of each line (row).
Attribute-Relation File Format https://waikato.github.io/weka-wiki/formats_and_processing/arff/
read.arff
write.arff(iris, file = "")
Run the code above in your browser using DataLab