Details
format_tt()
calls applied to x
or y
are evaluated before binding, to allow distinct formatting for each panel.
Calls to other tinytable
functions such as style_tt()
or group_tt()
are ignored when applied to x
or y
. These functions should be applied to the final table instead.
Information in these S4 slots is carried over from x
to the combined table:
-
x@output
-
x@caption
-
x@width
Information in these S4 slots is concatenated and carried over to the combined table:
This function relies on the rbindlist()
function from the data.table
package.