Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

combine

Combine gtables based on row/column names.


Description

Combine gtables based on row/column names.

Usage

gtable_combine(..., along = 1L, join = "outer")

combine(..., along = 1L, join = "outer")

Arguments

...

gtables

along

dimension to align along, 1 = rows, 2 = cols.

join

when x and y have different names, how should the difference be resolved? inner keep names that appear in both, outer keep names that appear in either, left keep names from x, and right keep names from y.


gridExtra

Miscellaneous Functions for "Grid" Graphics

v2.3
GPL (>= 2)
Authors
Baptiste Auguie [aut, cre], Anton Antonov [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.