R/summary.agg_ddd.R

Defines functions summary.agg_ddd

#' @title Summary
#' @description Summary of an aggddd object
#' @param object A aggddd object
#' @param ... Other params (required as generic function, but not used)
#' @export
#' @noRd
# Define new summary function
summary.agg_ddd <- function(object, ...){
  agg_ddd.obj <- object
  print(agg_ddd.obj)
}

Try the triplediff package in your browser

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

triplediff documentation built on Aug. 8, 2025, 7:33 p.m.