DataBackendDataTable: data.table::data.table as data backend

Description Format Construction Fields Methods

Description

DataBackendDataTable uses data.table::data.table as back end to exploit its fast and efficient implementations of many data operations. This includes the := operator which allows a data.table object to be modified in place, without making a copy.

Format

R6::R6Class object inheriting from DataBackendDataFrame<-DataBackend.

Construction

1
x <- DataBackendDataTable$new(.data, key = NULL)

Fields

Methods


dymium-org/dymiumCore documentation built on July 18, 2021, 5:10 p.m.