fbind: Sequentially load and row bind data tables.

fbindR Documentation

Sequentially load and row bind data tables.

Description

fbind sequentially loads data tables from disk and binds the data tables together by row names. The purpose of this method is to support parallelized data table operations, bypassing the 1.5 Gb return vector limit of the lapply family of functions. Both .RDS and plaint text tables are supported.

Usage

fbind(files)

Arguments

files

Character vector. Files to load and row bind.

Value

A data table.


andrewrech/dt.inflix documentation built on Sept. 18, 2023, 12:56 p.m.