dtListBind: Data table list bind

View source: R/dtListBind.R

dtListBindR Documentation

Data table list bind

Description

rbind a list of data.tables and also add the names of the list elements as a new column in each dt.

Usage

dtListBind(list_lsdt, newName_v = "Name")

Arguments

list_lsdt

named list of data.tables

newName_v

character vector that will be the new column name

Value

single data.table with one more column that input data.tables and as many rows as all the input tables combined.


weshorton/wrh.rUtils documentation built on Oct. 28, 2024, 7:24 a.m.