
Last chance! 50% off unlimited learning
Sale ends in
"mldr"
object to a fileSave the mldr
content to an ARFF file and the label data to an XML file.
If you need faster write, more options and support for other formats, please
refer to the write.mldr
function in package mldr.datasets.
write_arff(obj, filename, write.xml = FALSE)
The "mldr"
object whose content is going to be written
Base name for the files (without extension)
TRUE
or FALSE
, stating if the XML file has to be written
In mldr.datasets: write.mldr
# NOT RUN {
# }
# NOT RUN {
dir <- tempdir()
write_arff(emotions, file.path(dir, "myemotions"))
file.remove(file.path(dir, "myemotions.arff"))
# }
Run the code above in your browser using DataLab