Description Usage Arguments Value Note Examples
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.
1 2 3 4 5 6 7 | 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”.
1 | # see readARFF
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.