Learn R Programming

mlr3oml (version 0.5.0)

read_arff: Read ARFF file

Description

Parses a file located at path and returns a data.table().

Usage

read_arff(path)

Value

(data.table()).

Arguments

path

(character(1))
Path or URI of the ARFF file, passed to file().