Append the LaTeX code for a StyledTable to an existing LaTeX table code

append_latex_table(table_text, st)

# S4 method for character,StyledTable
append_latex_table(table_text = "", st)

Arguments

table_text

A string containing the LaTeX code of a table

st

A StyledTable object

Value

A character string holding the latex code for the extended styled table

See also