Merge list of data tables recursively
mergeDataTables(data, tableNames = NULL, output.only.last = FALSE, ...)
A list of data tables.
A character vector holding the names of the tables to merge.
Only returns last merged table.
Extra parameters that will be passed into merge
.
A merged data table.