ltx_multipanel: Multipanel LaTeX Table Generator

View source: R/ltx_multipanel.R

ltx_multipanelR Documentation

Multipanel LaTeX Table Generator

Description

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.

Usage

ltx_multipanel(x, print_tbl = FALSE)

Arguments

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.

Details

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.

Value

The combined LaTeX table as a character vector.

Examples

## Not run: 
# Example usage (Note: this function is deprecated)
result <- ltx_multipanel(list(panel1, panel2))

## End(Not run)

AndreSjuve/texaid documentation built on Oct. 20, 2024, 6:17 a.m.