rbindlistx {QBMS}R Documentation

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)

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.


[Package QBMS version 1.0.0 Index]