read_arff | R Documentation |
Parses a file located at path
and returns a data.table().
Limitations:
Only works for dense files, no support for sparse data. Use RWeka instead.
Dates (even if there is no time component) are read in as POSIXct.
The date-format
from the ARFF specification is currently ignored.
Instead, we rely on the auto-detection of data.table's fread()..
read_arff(path)
path |
( |
(data.table()).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.