R/print.r

Defines functions print.mutaframe

#' @S3method print mutaframe
print.mutaframe <- function(x, ...) {
  print(as.data.frame(x, ...))
}

Try the plumbr package in your browser

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

plumbr documentation built on May 7, 2022, 1:05 a.m.