Usage
textable(d, file, caption = NULL, rownames = FALSE, landscape = FALSE,
pt.size = 10, margin = 2, digits = NULL, align = NULL, label = NULL)
Arguments
d
Object to transform to a latex table.
file
Character string with output file name. If missing or "",
the output is printed to the screen.
caption
Character vector with title of table.
rownames
Logical, include row names of d.
landscape
Logical, use a landscape format for wider tables.
pt.size
Integer from 10 to 13 for the size of the characters.
margin
Margin between table and page border in cm.
digits
Number of digits to print from numeric values.
align
Character vector with 'l', 'c', 'r'
for aligning the columns left, centered or right. Length is either one
or 1 (for rownames column) + number of columns in d (even if
rownames = FALSE)
label
Character vector with the latex label or HTML anchor.