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 Sept. 11, 2024, 5:51 p.m.