trunc_mat {tibble} | R Documentation |
As of tibble 3.1.0, printing is handled entirely by the pillar package.
Do not use this function.
If you implement a package that extend tibble,
the printed output can be customized in various ways.
See
vignette("extending", package = "pillar")
for details.
trunc_mat(x, n = NULL, width = NULL, n_extra = NULL)
x |
Object to format or print. |
n |
Number of rows to show. If |
width |
Width of text output to generate. This defaults to |
n_extra |
Number of extra columns to print abbreviated information for,
if the width is too small for the entire tibble. If |
An object with a print()
method that will print the input
similarly to a tibble.
The internal data format is an implementation detail, do not rely on it.