read_arff {mlr3oml}R Documentation

Read ARFF files

Description

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

Limitations:

Usage

read_arff(path)

Arguments

path

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

Value

(data.table()).


[Package mlr3oml version 0.10.0 Index]