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)
}
mtennekes/tabplot documentation built on March 8, 2021, 6:11 p.m.