rbindlistx: Makes one data.table from a list of many

View source: R/qbms.R

rbindlistxR Documentation

Makes one data.table from a list of many

Description

Same as do.call("rbind", x) on data.frames, but much faster.

Usage

rbindlistx(x)

Arguments

x

A list containing data.table, data.frame or list objects.

Value

an unkeyed data.table containing a concatenation of all the items passed in.


khaled-alshamaa/QBMS documentation built on Jan. 27, 2024, 6:40 a.m.