Learn R Programming

mlr3db (version 0.1.3)

as_sqlite_backend: Convert to use a SQLite Backend

Description

Converts to a DataBackendDplyr using a RSQLite data base, depending on the input type:

Usage

as_sqlite_backend(data, path = NULL, ...)

Arguments

data

(data.frame() | mlr3::DataBackend | mlr3::Task) See description.

path

(NULL | character(1)) Path for the SQLite data base. Defaults to a file in the temporary directory of the R session, see tempfile().

...

(any) Additional arguments, currently ignored.

Value

DataBackendDplyr.