R/summary.R

Defines functions summary.R6

# summary function

#' Print R6 object
summary.R6 <- function(object, ...) {
  print(object)
}
r-glennie/openpopscr documentation built on Oct. 9, 2021, 9:01 p.m.