write_arff {mlr3oml}R Documentation

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.


[Package mlr3oml version 0.10.0 Index]