mlr3db-package {mlr3db}R Documentation

mlr3db: Data Base Backend for 'mlr3'

Description

Extends the 'mlr3' package with a backend to transparently work with databases such as 'SQLite', 'DuckDB', 'MySQL', 'MariaDB', or 'PostgreSQL'. The package provides two additional backends: 'DataBackendDplyr' relies on the abstraction of package 'dbplyr' to interact with most DBMS. 'DataBackendDuckDB' operates on 'DuckDB' data bases and also on Apache Parquet files.

Options

Author(s)

Maintainer: Michel Lang michellang@gmail.com (ORCID)

See Also

Useful links:


[Package mlr3db version 0.5.2 Index]