Learn R Programming

farff (version 1.1.1)

A Faster 'ARFF' File Reader and Writer

Description

Reads and writes 'ARFF' files. 'ARFF' (Attribute-Relation File Format) files are like 'CSV' files, with a little bit of added meta information in a header and standardized NA values. They are quite often used for machine learning data sets and were introduced for the 'WEKA' machine learning 'Java' toolbox. See for further info on 'ARFF' and for for more info on 'WEKA'. 'farff' gets rid of the 'Java' dependency that 'RWeka' enforces, and it is at least a faster reader (for bigger files). It uses 'readr' as parser back-end for the data section of the 'ARFF' file. Consistency with 'RWeka' is tested on 'Github' and 'Travis CI' with hundreds of 'ARFF' files from 'OpenML'.

Copy Link

Version

Install

install.packages('farff')

Monthly Downloads

428

Version

1.1.1

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

May 10th, 2021

Functions in farff (1.1.1)

writeARFF

Write ARFF data.frame to ARFF file.
readARFF

Read ARFF file into data.frame.