insightsengineering / formatters

A framework for creating listings of raw data that include specialized formatting, headers, footers, referential footnotes, and pagination.
https://insightsengineering.github.io/formatters/
Other
15 stars 6 forks source link

set default upper limit to 50 characters (per column) for propose_column_widths #242

Open shajoezhu opened 8 months ago

shajoezhu commented 8 months ago

Reconsider, making matrix_form conversion as optional here.

    if (!is(x, "MatrixPrintForm")) {
        x <- matrix_form(x, indent_rownames = TRUE, indent_size = indent_size)
    }

Or decouple the process

Melkiades commented 8 months ago

Is the upper limit connected to the matrix_form conversion? I think it is needed for the next steps in the calculation, right?