| print.slideimp_tbl | R Documentation |
slideimp_tbl ObjectPrint slideimp_tbl objects, which inherit from data.frame, with compact
display of list-columns.
## S3 method for class 'slideimp_tbl'
print(x, n = NULL, ...)
x |
A |
n |
Number of rows to show. If |
... |
Not used. |
x, invisibly.
sim <- sim_mat(n = 10, p = 20)
tbl <- prep_groups(colnames(sim$input), sim$col_group)
class(tbl)
print(tbl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.