View source: R/ltx_multipanel.R
ltx_multipanel | R Documentation |
Deprecated: This function is deprecated and should not be used. It will be removed in a future version. Please consider using alternative functions for multipanel table generation.
ltx_multipanel(x, print_tbl = FALSE)
x |
A list containing two elements: two LaTeX tabular environments. |
print_tbl |
A logical indicating whether to print the final table and copy it to the clipboard. Default is FALSE. |
This function takes a list of LaTeX tabular panels, combines them, and outputs the result. The bottom rule of the first panel is removed, and the second panel is resized.
The combined LaTeX table as a character vector.
## Not run:
# Example usage (Note: this function is deprecated)
result <- ltx_multipanel(list(panel1, panel2))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.