mergeDataTables: Merge list of data tables recursively

Description Usage Arguments Value

View source: R/Utilities.R

Description

Merge list of data tables recursively

Usage

1
mergeDataTables(data, tableNames = NULL, output.only.last = FALSE, ...)

Arguments

data

A list of data tables.

tableNames

A character vector holding the names of the tables to merge.

output.only.last

Only returns last merged table.

...

Extra parameters that will be passed into merge.

Value

A merged data table.


RstoxData documentation built on July 17, 2021, 5:08 p.m.