splitDataTable {LOLA}R Documentation

Efficiently split a data.table by a column in the table

Description

Efficiently split a data.table by a column in the table

Usage

splitDataTable(DT, splitFactor)

Arguments

DT

Data.table to split

splitFactor

Column to split, which can be a character vector or an integer.

Value

List of data.table objects, split by column


[Package LOLA version 1.22.0 Index]