Learn R Programming

QBMS (version 1.0.0)

rbindlistx: Make One Data.Table from a List of Many

Description

Performs the equivalent of do.call("rbind", x) on data.frames, but much faster.

Usage

rbindlistx(x)

Value

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

Arguments

x

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