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")  
}    

Try the compareGroups package in your browser

Any scripts or data that you put into this service are public.

compareGroups documentation built on Oct. 12, 2023, 1:08 a.m.