latexTabular.RdlatexTabular creates a character vector representing a matrix or
data frame in a simple tabular environment.
a matrix or data frame, or a vector that is automatically converted to a matrix
a vector of character strings specifying column
headings for latexTabular, defaulting to x's
colnames. To make multi-line headers use the newline character
inside elements of headings.
a character strings specifying column
alignments for latexTabular, defaulting to
paste(rep('c',ncol(x)),collapse='') to center. You may
specify align='c|c' and other LaTeX tabular formatting.
a character strings specifying alignment for column headings, defaulting to centered.
set to FALSE to use default LaTeX font in
latexTabular instead of helvetica.
set to FALSE if column headings and table
entries are already in
LaTeX format, otherwise latexTabular will run them through
latexTranslate
set to 1 to put hline after heading, 2 to also put
hlines before and after heading and at table end
set to TRUE to enclose the tabular in a LaTeX
center environment
if present, x is run through format.df with
those extra arguments
a character string containing LaTeX markup