Takes a data frame and records it in ARFF (Attribute-Relation File Format).
write.arff(x, relation = NULL, types = NULL, file = "", sparse = FALSE, append = FALSE, ...)
| x | A data.frame |
|---|---|
| relation | Name of the dataset (optional, it may be inferred from the
|
| types | A character vector indicating the type of each variable
(optional, may be inferred from the |
| file | Name of the file where the data is to be written. Use |
| sparse | Logical: write in sparse format? |
| append | Logical: append to an existing file? |
| ... | Extra parameters for internal functions |
Invisibly, the name of the file.
library(yarr)