print.slideimp_tbl: Print a 'slideimp_tbl' Object

View source: R/print.R

print.slideimp_tblR Documentation

Print a slideimp_tbl Object

Description

Print slideimp_tbl objects, which inherit from data.frame, with compact display of list-columns.

Usage

## S3 method for class 'slideimp_tbl'
print(x, n = NULL, ...)

Arguments

x

A slideimp_tbl object.

n

Number of rows to show. If NULL, a default is used.

...

Not used.

Value

x, invisibly.

Examples

sim <- sim_mat(n = 10, p = 20)
tbl <- prep_groups(colnames(sim$input), sim$col_group)
class(tbl)
print(tbl)


slideimp documentation built on June 17, 2026, 1:08 a.m.