Merge list of data tables recursively

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.