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

View source: R/http.R

rbindlistxR 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.


icarda-git/QBMS documentation built on Sept. 25, 2024, 10:45 p.m.