R/summary.foldert.R

Defines functions summary.foldert

Documented in summary.foldert

summary.foldert <- function(object, ...){
  summ.fold <- lapply(object, summary, ...)
  attr(summ.fold, "times") <- attr(object, "times")
  attr(summ.fold, "same.rows") <- attr(object, "same.rows")
  return(summ.fold)
}
  

Try the dad package in your browser

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

dad documentation built on Aug. 30, 2023, 5:06 p.m.