Learn R Programming

RstoxData (version 1.2.1)

mergeDataTables: Merge list of data tables recursively

Description

Merge list of data tables recursively

Usage

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.