mergeDataTables: Merge list of data tables recursively
Description
Merge list of data tables recursively
Usage
mergeDataTables(data, tableNames = NULL, output.only.last = FALSE, ...)
Arguments
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.