writeARFF {farff} | R Documentation |
Internally uses write.table
and is therefore not much faster
than RWeka's write.arff
. Moreover, for large data
(> 1e6 rows) the date frame is written out in chunks of 1e6 lines to speed
up the write process.
writeARFF(
x,
path,
overwrite = FALSE,
chunk.size = 1e+06,
relation = deparse(substitute(x))
)
x |
[ |
path |
[ |
overwrite |
[ |
chunk.size |
[ |
relation |
[ |
Nothing.
Logical columns in R are converted to categorical attributes in ARFF with levels “TRUE” and “FALSE”.
# see readARFF