R/print.data_plot.R

Defines functions print.data_plot

#' @method print data_plot
#' @export
print.data_plot <- function(x, ...) {
  print(as.data.frame(x))
  invisible(x)
}

Try the see package in your browser

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

see documentation built on Nov. 3, 2023, 5:10 p.m.