R/print_tabplot.R

Defines functions print.tabplot

Documented in print.tabplot

#' Print a \link{tabplot-object}
#'
#' @param x tabplot object
#' @param ... arguments passed to other methods
#' @export
#' @method print tabplot
print.tabplot <- function(x, ...) {
	str(x, max.level=2)
	invisible(x)
}

Try the tabplot package in your browser

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

tabplot documentation built on Sept. 17, 2019, 5:04 p.m.