R/print.summary.createTable.r

Defines functions print.summary.createTable

Documented in print.summary.createTable

print.summary.createTable <-
function(x, ...) {
  if(!inherits(x, "summary.createTable"))
    stop("'object' must be of class 'summary.createTable'")
  class(x) <- class(x)[-1]
  print(x, which.table = 'avail', ...)
}

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.