View source: R/ltx_environment.R
ltx_environment | R Documentation |
This function is deprecated and should not be used anymore. It remains available for backward compatibility.
ltx_environment(x, print_tbl = FALSE)
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 |
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.
Returns the modified LaTeX code as a character vector (invisible).
kable_wrapper()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.