Usage
tbl2tex(tbl, label = "tbl:label(must_be_changed!)", caption = "Table generated with tbl2tex.", centered = TRUE, alignment = "center", digits = getOption("digits"), hline = TRUE, vline = TRUE, file = "", topleftcell = " ")
Arguments
tbl
object of type data frame or matrix
label
label for LaTeX cross reference
caption
caption for LaTeX tabular environment
centered
logical. TRUE
for centered cells
alignment
alignment of the object on the page
digits
decimal digits after decimal point
hline
logical. TRUE
for horizontal borders
vline
logical. TRUE
for vertical borders
file
filename for outputting. If none is provided, LaTeX code is routed through the console
topleftcell
text for the top-left cell of the table