R/export2latex.R

Defines functions export2latex

Documented in export2latex

export2latex <- function(x, ...)
{
  if (!inherits(x,"createTable"))
    stop("x must be of class 'createTable'")
  UseMethod("export2latex")  
}    
isubirana/compareGroups documentation built on Jan. 31, 2024, 9:19 p.m.