write_arff: Write ARFF files
Description
Writes a data.frame() to an ARFF file.
Limitations:
Usage
write_arff(data, path, relation = deparse(substitute(data)))
Arguments
- data
(data.frame())
Data to write.
- path
(character(1))
Path or URI of the ARFF file, passed to file().
- relation
(character(1))
Relation (name) of the data set.