R/print.quiet_gglist.R

Defines functions print.quiet_gglist

Documented in print.quiet_gglist

#' quiet_gglist
#'
#' 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
print.quiet_gglist <- function(x, ...) {
  cat("A list of ggplot objects with names:")
  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.