write_arff {mlr3oml} | R Documentation |
Write ARFF files
Description
Writes a data.frame()
to an ARFF file.
Limitations:
Logicals are written as categorical features.
-
POSIXct columns are converted to UTC.
Usage
write_arff(data, path, relation = deparse(substitute(data)))
Arguments
data |
( |
path |
( |
relation |
( |
[Package mlr3oml version 0.10.0 Index]