R/print.quiet_gtsumm.R

Defines functions print.quiet_gtsumm

Documented in print.quiet_gtsumm

#' quiet_gtsumm
#'
#' Ensuring a quiet list of the grobs data are supplied to cfmDataVis
#'
#' @param x an object of class 'psc'
#' @param ... not used
#' @return A quiet list
#' @export
print.quiet_gtsumm <- function(x, ...) {
  cat("A Summary Table")
  print(names(x))
}

Try the psc package in your browser

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

psc documentation built on June 8, 2025, 10:16 a.m.