powered by
MatrixPrintForm
The row names are also considered a column for the output
propose_column_widths(x, indent_size = 2)
a vector of column widths based on the content of x
x
for use in printing and pagination.
MatrixPrintForm object, or an object with a matrix_form method.
matrix_form
numeric(1). Indent size in characters. Ignored when x is already a MatrixPrintForm object in favor of information there.
mf <- basic_matrix_form(mtcars) propose_column_widths(mf)
Run the code above in your browser using DataLab