| lt_spacerColumns_default | R Documentation |
spacerColumns_default specifies the default spacerColumns
argument in calls to latexTable. It takes the values of mat,
SE_table, and rowNames that are passed to latexTable.
From these values, it computes the default positions of spacer columns:
If SE_table is FALSE, there is a spacer column between every
column in mat.
If SE_table is TRUE, there is a spacer column after every
even-numbered column in mat, except for the last column.
If rowNames is not NULL, a spacer column is inserted between
the table's row names and the first column of data.
lt_spacerColumns_default( mat = parent.frame()$mat, SE_table = parent.frame()$SE_table, rowNames = parent.frame()$rowNames )
mat |
Matrix. |
SE_table |
Logical variable. |
rowNames |
Vector. |
The function is not exported and is intended to be called only by \linkIntlatexTable.
A vector of integers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.