R/summary.ces.sites.R

Defines functions summary.ces.sites

summary.ces.sites <-
function(x){
  
  # Mostly a placeholder, probably want to do more?
  cat("Total number of sites operated:", length(x$site), "\n")
  cat("In years", min(x$first.yr), "to", max(x$last.yr), "\n")
  
  invisible(x)
  
}
btorobrob/cesr documentation built on June 9, 2025, 5:39 a.m.