R/print.valet.R

Defines functions print.valet

#' @importFrom utils str

print.valet <- function(x, ...) {
  cat("Valet", x$series, "\n", sep = "")
  str(x$content)
  invisible(x)
}
runkelcorey/valet documentation built on June 1, 2025, 4:01 p.m.