mlr3db 0.1.5
as_data_backend()
method to construct aDataBackendDplyr
now specialized
to operate on objects of type"tbl_lazy"
(was"tbl"
before). This way,
local"tbl"
objects such as tibbles are converted to a
DataBackendDataTable
bymlr3::as_data_backend.data.frame()
.