R/xtable.fdt_cat.multiple.R

Defines functions xtable.fdt_cat.multiple

Documented in xtable.fdt_cat.multiple

xtable.fdt_cat.multiple <- function(x,caption = NULL, label = NULL, align = NULL,
                                digits = NULL, display = NULL, ...){

  res <- lapply(x,function(x)x$table)
  attr(res,"subheadings") <- attr(x,"subheadings")
  return(xtableList(res,
                    caption=caption,
                    label=label,
                    align=align,
                    digits=digits,
                    display=display,
                    ...))
}

Try the fdth package in your browser

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

fdth documentation built on Nov. 18, 2023, 1:08 a.m.