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)
}

Try the valet package in your browser

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

valet documentation built on June 8, 2025, 1:03 p.m.