ltx_environment: Deprecated: ltx_environment function

View source: R/ltx_environment.R

ltx_environmentR Documentation

Deprecated: ltx_environment function

Description

This function is deprecated and should not be used anymore. It remains available for backward compatibility.

Usage

ltx_environment(x, print_tbl = FALSE)

Arguments

x

A character vector representing LaTeX code for a table.

print_tbl

Logical, whether to print the modified LaTeX table to the console (default is FALSE).

Details

This function modifies the LaTeX code by changing the table environment from tabular to tabularx. However, it is deprecated and should no longer be used.

Value

Returns the modified LaTeX code as a character vector (invisible).

See Also

kable_wrapper()


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