- mf
(MatrixPrintForm)
object to be paginated.
- cpp
(numeric(1))
number of characters per page (width).
- colwidths
(numeric)
vector of column widths (in characters) for use in vertical pagination.
- verbose
(flag)
whether additional informative messages about the search for
pagination breaks should be shown. Defaults to FALSE.
- rep_cols
(numeric(1))
number of columns (not including row labels) to be repeated on every page.
Defaults to 0.
- fontspec
(font_spec)
a font_spec object specifying the font information to use for
calculating string widths and heights, as returned by font_spec().
- nosplitin
(character)
list of names of subtables where page breaks are not allowed, regardless of other
considerations. Defaults to none.
- round_type
(string)
.
The type of rounding to perform. Allowed values: ("iec", "iec_mod" or "sas")
iec, the default, and iec_mod performs rounding compliant with IEC 60559
(see notes in round_fmt()), while
sas performs nearest-value rounding consistent with rounding within SAS.
In addition, the rounding of a negative number that rounds to zero will be presented as 0
(with the appropriate number of trailing zeros) for both sas and iec_mod,
while for iec, it will be presented as -0 (with the appropriate number of trailing zeros).