powered by
Combine tables
pmx_combine_tables(x)
A list containing `data` and `index` of the combined table.
A list containing the tables (`x$data`) to be combined, their names (`x$name`), their number of rows (`x$nrow`) and their respective index (`x$index`).