combine_tables {xpose} | R Documentation |
Combine tables
combine_tables(x)
x |
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'). |
A list containing 'data' and 'index' of the combined table.