View source: R/as_polars_backend.R
as_polars_backend | R Documentation |
Converts to a DataBackendPolars using the polars database, depending on the input type:
data.frame
: Creates a new mlr3::DataBackendDataTable first using mlr3::as_data_backend()
, then proceeds
with the conversion from mlr3::DataBackendDataTable to DataBackendPolars.
mlr3::DataBackend: Creates a new DataBackendPolars.
There is no automatic connection to the origin file set.
If the data is obtained using scanning and the data is streamed, a connector
can be set manually but is not required.
as_polars_backend(data, streaming = FALSE, ...)
data |
( |
streaming |
( |
... |
( |
DataBackendPolars or mlr3::Task.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.