
Wraps a DataBackend around data.
as_data_backend(data, ...)
:: any
Data to create a DataBackend for.
For a data.frame()
(this includes tibble()
from tibble and data.table::data.table()
)
this function creates a DataBackendDataTable.
See methods("as_data_backend")
for possible input formats.
Note that third-party packages may extend this functionality.
:: any
Additional arguments passed to the respective DataBackend method.
Other DataBackend: DataBackendDataTable
,
DataBackendMatrix
,
DataBackend
# NOT RUN {
# create a new backend using the iris data:
as_data_backend(iris)
# }
Run the code above in your browser using DataLab