lt_colNames_default: Compute default column names for latexTable objects.

lt_colNames_defaultR Documentation

Compute default column names for latexTable objects.

Description

If colnames(mat) is not NULL, this function will use colnames(mat) as the colNames argument in latexTable(). If colnames(mat) is NULL, column names will be determined by \linkIntlt_colNumbers.

Usage

lt_colNames_default(
  mat = parent.frame()$mat,
  SE_table = parent.frame()$SE_table
)

Arguments

mat

A matrix, typically a regTable object.

SE_table

Logical variable. See \linkIntlatexTable.

Details

The function is not exported and is intended to be called only by \linkIntlatexTable.

Value

A vector of strings. Each string is a column\NBname.


jbullock35/Bullock documentation built on April 1, 2022, 6:21 p.m.