combine.RdCombine gtables based on row/column names.
gtable_combine(..., along = 1L, join = "outer") combine(..., along = 1L, join = "outer")
| ... | gtables |
|---|---|
| along | dimension to align along, |
| join | when x and y have different names, how should the difference be resolved?
|