write_arff | R Documentation |
Writes a data.frame()
to an ARFF file.
Limitations:
Logicals are written as categorical features.
POSIXct columns are converted to UTC.
write_arff(data, path, relation = deparse(substitute(data)))
data |
( |
path |
( |
relation |
( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.